Skip to content

Commit

Permalink
improve syntax hovers and doc underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 25, 2024
1 parent 26cc064 commit b39eaad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Code/Syntax/SyntaxSegmentHelp.elm
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ cases =
, inlineCode "(a -> match a with a1 -> ... )"
, text ". "
, br [] []
, inlineCode "cases"
, inlineCode "cases "
, text "shortens this to "
, inlineCode "cases a1 -> ..."
, text "."
]


Expand Down

0 comments on commit b39eaad

Please sign in to comment.