Skip to content

Commit 9a5ca89

Browse files
committed
fix: typo: local variable name
1 parent f06871c commit 9a5ca89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/interface_callables_base.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for c ∈ Any[
3030
strides, stride,
3131
+, -, *, /, //, <<, >>, >>>, div, fld, cld,
3232
]
33-
Base._stable_typeof(f).name.max_methods = 0x1
33+
Base._stable_typeof(c).name.max_methods = 0x1
3434
end
3535

3636
# Callables which take type arguments and need a method for the bottom type need a
@@ -44,5 +44,5 @@ for c ∈ Any[
4444
promote_rule, convert,
4545
similar,
4646
]
47-
Base._stable_typeof(f).name.max_methods = 0x2
47+
Base._stable_typeof(c).name.max_methods = 0x2
4848
end

0 commit comments

Comments
 (0)