Skip to content

Commit

Permalink
fix EXAMPLEs
Browse files Browse the repository at this point in the history
  • Loading branch information
philshafer committed Nov 7, 2017
1 parent beb1cb4 commit e8f221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/field-formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Characters Outside of Field Definitions
Characters in the format string that are not part of a field
definition are copied to the output for the TEXT style, and are
ignored for the JSON and XML styles. For HTML, these characters are
placed in a <div> with class "text".
placed in a <div> with class "text"::

EXAMPLE:
xo_emit("The hat is {:size/%s}.\n", size_val);
Expand Down

0 comments on commit e8f221a

Please sign in to comment.