Skip to content

Commit 2258c48

Browse files
committed
typo
1 parent 0d94b77 commit 2258c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Writer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct SingletonTypeWrapper{T}
2626
wrapped::T
2727
end
2828

29-
SingletonTypeWrapper(x) = SingletonTypeWrapper{T}()
29+
SingletonTypeWrapper(x) = SingletonTypeWrapper{typeof(x)}()
3030

3131
"""
3232
lower(x)

0 commit comments

Comments
 (0)