Fix typo.
This commit is contained in:
parent
53b241525b
commit
8b795b1957
|
@ -97,7 +97,7 @@ Examples::
|
|||
format(1234, "8.1f") --> ' 1234.0'
|
||||
format(1234, "8,1f") --> ' 1234,0'
|
||||
format(1234, "8T.,1f") --> ' 1.234,0'
|
||||
format(1234, "8T .f") --> ' 1 234,0'
|
||||
format(1234, "8T ,f") --> ' 1 234,0'
|
||||
format(1234, "8d") --> ' 1234'
|
||||
format(1234, "8T,d") --> ' 1,234'
|
||||
|
||||
|
|
Loading…
Reference in New Issue