Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynand committed Nov 19, 2021
1 parent 0d94b77 commit 2258c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct SingletonTypeWrapper{T}
wrapped::T
end

SingletonTypeWrapper(x) = SingletonTypeWrapper{T}()
SingletonTypeWrapper(x) = SingletonTypeWrapper{typeof(x)}()

"""
lower(x)
Expand Down

0 comments on commit 2258c48

Please sign in to comment.