We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a0ebb commit 99f35b8Copy full SHA for 99f35b8
base/interface_callables_base.jl
@@ -17,7 +17,7 @@ for c ∈ Symbol[
17
@eval function $c end
18
end
19
20
-# Disable world spliting for callables to which users should add new methods.
+# Disable world splitting for callables to which users should add new methods.
21
for c ∈ Any[
22
propertynames, getproperty, setproperty!,
23
show, print,
0 commit comments