Skip to content

Commit

Permalink
Fix pretty-printing of typedocs of opaque types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Oct 4, 2021
1 parent 983c749 commit bb937c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/type_check/macros.ex
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ defmodule TypeCheck.Macros do

if kind == :opaque do
"""
`head` _(opaque type)_
`#{head}` _(opaque type)_
"""
else
type_ast =
Expand Down

0 comments on commit bb937c2

Please sign in to comment.