We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b604f3 commit 9841943Copy full SHA for 9841943
base/special/gamma.jl
@@ -615,7 +615,7 @@ end
615
# Otherwise, we need to make things use their own `float` converting methods
616
# and in those cases, we do not convert back either as we assume
617
# they also implement their own versions of the functions, with the correct return types.
618
-# Otherwise, if they do not implement their version of the functions we
+# Otherwise, if they do not implement their version of the functions we
619
# manually throw a `MethodError`.
620
# This case occurs, when calling `float` on a type does not change its type,
621
# as it is already a `float`, and would have hit own method, if one had existed.
0 commit comments