Skip to content

Commit

Permalink
Fix spacing with delayed help
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 26, 2024
1 parent 480c1c9 commit 425229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Code/Syntax/SyntaxSegmentHelp.elm
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ delayed =
help
[ text "In a type signature, "
, inlineCode "'"
, text "indicates an argument is delayed, so "
, text " indicates an argument is delayed, so "
, inlineCode "'a"
, text " means "
, inlineCode "() -> a"
Expand Down

0 comments on commit 425229f

Please sign in to comment.