Fix typo in documentation #74
Annotations
8 warnings
|
Test on OTP 26.2 / Elixir 1.17.2-otp-26
0..-4 has a default step of -1, please write 0..-4//-1 instead
|
|
Test on OTP 26.2 / Elixir 1.17.2-otp-26
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
|
Test on OTP 26.2 / Elixir 1.18.1-otp-26
0..-4 has a default step of -1, please write 0..-4//-1 instead
|
|
Test on OTP 26.2 / Elixir 1.18.1-otp-26
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
|
Test on OTP 27.2 / Elixir 1.18.1-otp-27
0..-4 has a default step of -1, please write 0..-4//-1 instead
|
|
Test on OTP 27.2 / Elixir 1.18.1-otp-27
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|
|
Test on OTP 27.2 / Elixir 1.17.2-otp-27
0..-4 has a default step of -1, please write 0..-4//-1 instead
|
|
Test on OTP 27.2 / Elixir 1.17.2-otp-27
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
|