Skip to content

Commit

Permalink
Add better wording for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Sep 27, 2020
1 parent 9ad40da commit 34d66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-manual/format-specifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Those are more targeting embedded systems although they may be used in any gener
+-------------+--------------------------------------------------------------------------+
| ``K`` ``k`` | Prints ``unsigned char`` based data array as sequence of hex numbers. |
| | Use *width* field to specify length of input array. |
| | Use ``K`` for upper-case hex letters, ``k`` for small. |
| | Use ``K`` for upper-case hex letters, ``k`` for lower-case. |
+-------------+--------------------------------------------------------------------------+

.. literalinclude:: ../../examples/additional_format_specifiers.c
Expand Down

0 comments on commit 34d66fc

Please sign in to comment.