Skip to content

Commit fab785a

Browse files
Fix typo in comment about callable struct (#33)
1 parent 9d78506 commit fab785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BasicAutoloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function register_autoloads(autoloads::Vector{Pair{Vector{String}, Expr}})
4848
nothing
4949
end
5050

51-
# This callable struct is to avoid anonomous functions which are harder to precompile.
51+
# This callable struct is to avoid anonymous functions which are harder to precompile.
5252
# We could use Base.Fix if it were not for compatability with Julia 1.10, 1.6, and 1.0.
5353
struct Fix{F, X}
5454
f::F

0 commit comments

Comments
 (0)