Skip to content

Commit

Permalink
Fix cases syntax hint with extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 25, 2024
1 parent d517214 commit a0947df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Code/Syntax/SyntaxSegmentHelp.elm
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ cases =
, inlineCode "(a -> match a with a1 -> ... )"
, text ". "
, br [] []
, inlineCode "cases "
, text "shortens this to "
, inlineCode "cases"
, text " shortens this to "
, inlineCode "cases a1 -> ..."
]

Expand Down

0 comments on commit a0947df

Please sign in to comment.