From 10d0945542f46eebc46f58016397c57c0609aeb9 Mon Sep 17 00:00:00 2001 From: klugier Date: Thu, 31 May 2018 20:17:20 +0000 Subject: [PATCH] Core: Doc: Update Format documentation related to percent symbol. git-svn-id: svn://ultimatepp.org/upp/trunk@11968 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/src.tpp/Format_en-us.tpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/Core/src.tpp/Format_en-us.tpp b/uppsrc/Core/src.tpp/Format_en-us.tpp index 84fe1accb..64c527d1f 100644 --- a/uppsrc/Core/src.tpp/Format_en-us.tpp +++ b/uppsrc/Core/src.tpp/Format_en-us.tpp @@ -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)]