Skip to content

Commit 9841943

Browse files
committed
=whitespace [ci skip]
1 parent 2b604f3 commit 9841943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/special/gamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ end
615615
# Otherwise, we need to make things use their own `float` converting methods
616616
# and in those cases, we do not convert back either as we assume
617617
# 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
618+
# Otherwise, if they do not implement their version of the functions we
619619
# manually throw a `MethodError`.
620620
# This case occurs, when calling `float` on a type does not change its type,
621621
# as it is already a `float`, and would have hit own method, if one had existed.

0 commit comments

Comments
 (0)