Skip to content

Commit 0c3afd8

Browse files
vtjnashnsajko
authored andcommitted
Update functions.jl
1 parent 267a4a4 commit 0c3afd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ _isgensym(s::Symbol) = occursin("#", string(s))
1919
end
2020

2121
function ConstructionBase.constructorof(f::Type{F}) where F <: Function
22-
FunctionConstructor{typename(F).wrapper}()
22+
FunctionConstructor{Base.typename(F).wrapper}()
2323
end
2424

0 commit comments

Comments
 (0)