From 20f3aba256c7db933619de7efed846b7cf82f3ac Mon Sep 17 00:00:00 2001 From: rbrugo Date: Thu, 10 Sep 2020 18:16:33 +0200 Subject: [PATCH] Updated documentation --- docs/framework/text_output.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/text_output.rst b/docs/framework/text_output.rst index 8850d30e..e6c98a96 100644 --- a/docs/framework/text_output.rst +++ b/docs/framework/text_output.rst @@ -72,7 +72,7 @@ Grammar In the above grammar: -- ``fill-and-align``, ``width``, ``sign``, ``#``, and ``precision`` tokens and +- ``fill-and-align``, ``width``, ``sign``, ``#``, ``precision`` and ``L`` tokens and individual tokens of :token:`units-rep-type` are defined in the `format.string.std `_ chapter of the C++ standard specification,