We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57edd0d commit eb1a470Copy full SHA for eb1a470
README.md
@@ -77,8 +77,8 @@ formatting character:
77
78
If the format character is preceded by `0` (e.g., `%0m`), then single-digit
79
numbers will be displayed with a leading zero (e.g., `04:20` instead of `4:20`).
80
-If it is preceded by `-` (e.g., `%-h`), then the value won't be displayed at all
81
-if its value is zero. The two modifiers can be combined (e.g., `%-0h`).
+If it is preceded by `-` (e.g., `%-h`), then the number won't be displayed if it
+is zero. The two modifiers can be combined (e.g., `%-0h`).
82
83
The above format characters can also be used in uppercase form, in which case
84
they represent _total_ quantities. For instance, if the current time is 2 days
0 commit comments