Skip to content

Commit

Permalink
correct repeated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
westonlit authored Nov 21, 2017
1 parent 14a58dc commit d559335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ace.elm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ highlightActiveLine val =
Attributes.property "AceHighlightActiveLine" (JE.bool val)


{-| Attribute to set whether to use soft tabs or not.
{-| Attribute to set the tab size.
Ace.toHtml [ Ace.tabSize 4 ] []
Expand All @@ -129,7 +129,7 @@ useSoftTabs val =
Attributes.property "AceUseSoftTabs" (JE.bool val)


{-| Attribute to set whether to use soft tabs or not.
{-| Attribute to set whether to use wrap mode.
Ace.toHtml [ Ace.useWrapMode false ] []
Expand Down

0 comments on commit d559335

Please sign in to comment.