Skip to content

Commit e98ca80

Browse files
authored
Add TODO
1 parent 0828e17 commit e98ca80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/elixir/lib/float.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ defmodule Float do
422422
end
423423
end
424424

425-
# Tricking the compiler to avoid this bug in versions before OTP27
425+
# TODO remove once we require Erlang/OTP 27+
426+
# Tricking the compiler to avoid this bug in previous versions
426427
# https://github.com/elixir-lang/elixir/blob/main/lib/elixir/lib/float.ex#L408-L412
427428
defp minus_zero, do: -0.0
428429

0 commit comments

Comments
 (0)