Skip to content

Commit c5a1e5c

Browse files
committed
Format
1 parent 027020b commit c5a1e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ Format
370370
```
371371

372372
#### Float presentation types:
373-
* `'f'` - fixed point: `.<precision>f`
374-
* `'%'` - percent: `.<precision>%`
375-
* `'e'` - exponent
373+
* `'f'` - Fixed point: `.<precision>f`
374+
* `'%'` - Percent: `.<precision>%`
375+
* `'e'` - Exponent
376376

377377
#### Integer presentation types:
378378
* `'c'` - character

0 commit comments

Comments
 (0)