Skip to content

Commit eb1a470

Browse files
committed
Fix wording in README
1 parent 57edd0d commit eb1a470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ formatting character:
7777

7878
If the format character is preceded by `0` (e.g., `%0m`), then single-digit
7979
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`).
80+
If it is preceded by `-` (e.g., `%-h`), then the number won't be displayed if it
81+
is zero. The two modifiers can be combined (e.g., `%-0h`).
8282

8383
The above format characters can also be used in uppercase form, in which case
8484
they represent _total_ quantities. For instance, if the current time is 2 days

0 commit comments

Comments
 (0)