Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Oct 17, 2023
1 parent 0e4fdcd commit 44ee4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
Facilitates the concatenation of text values.
- |
The infix operator `++ : Text -> Text -> Text`{=snippet}
can be used to concatenate two `Text{=type}` values. For example,
can be used to concatenate two `Text`{=type} values. For example,
- |
"Number of widgets: " ++ format numWidgets
properties: [portable]
Expand Down

0 comments on commit 44ee4f6

Please sign in to comment.