Closed Vuta closed 4 years ago
Actually I wanted to work on this issue first https://github.com/BlakeWilliams/Elixir-Slack/issues/127. But I faced some annoying warnings so I thought why not just fix them first.
Please have a look when you have time, thank you.
Map.size/1
Kernel.map_size/1
System.system_time(:seconds)
System.system_time(:second)
@since
Hope that this is not too trivial.
Thanks for the contribution!
Context
Actually I wanted to work on this issue first https://github.com/BlakeWilliams/Elixir-Slack/issues/127. But I faced some annoying warnings so I thought why not just fix them first.
Please have a look when you have time, thank you.
Change
Map.size/1
toKernel.map_size/1
System.system_time(:seconds)
toSystem.system_time(:second)
@since
Hope that this is not too trivial.