Core: Doc: Update Format documentation related to percent symbol.

git-svn-id: svn://ultimatepp.org/upp/trunk@11968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-05-31 20:17:20 +00:00
parent 854ba392dc
commit 10d0945542

View file

@ -282,8 +282,8 @@ default `= 6)]
:: [s0;%- 123]
:: [s0;%- Format(`"[* %2!,n]`", 123)]
:: [s0;%- 123.00]
:: [s0;%- Format([* `"% %%%%`"], 12.3)]
:: [s0;%- 12.3 %]
:: [s0;%- Format([* `"%.1f%%`"], 12.3)]
:: [s0;%- 12.3%]
:: [s0;%- Format(`"[* %ne]`", 1234567.89)]
:: [s0;%- 1234567.89]
:: [s0;%- Format(`"[* %nf]`", 1234567.89e30)]