Skip to content

Commit

Permalink
Improve hints
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Jul 25, 2024
1 parent a3a7db7 commit 7da9a42
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 @@ -5,7 +5,7 @@

module Code.Syntax.SyntaxSegmentHelp exposing (..)

import Html exposing (Html, code, div, text)
import Html exposing (Html, code, span, text)
import Html.Attributes exposing (class)


Expand All @@ -16,7 +16,7 @@ inlineCode code_ =

help : List (Html msg) -> Html msg
help content =
div [] content
span [] content



Expand Down

0 comments on commit 7da9a42

Please sign in to comment.