From 29db46041115065559a0d42f9a76ebb7c19424ea Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Fri, 23 Jun 2023 19:48:49 -0400 Subject: Misc Updates --- clformat/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clformat/readme.md') diff --git a/clformat/readme.md b/clformat/readme.md index da0e085..ffb3f53 100644 --- a/clformat/readme.md +++ b/clformat/readme.md @@ -15,7 +15,7 @@ directive is always started with a ~, and consists of the following parts. ### Prefix parameters Prefix parameters are used to configure options for a directive. These include -things the number of columns to print a field in, or what radix to print a +things like the number of columns to print a field in, or what radix to print a number in. They are separated from each other by commas. A prefix parameter can be one of the following: @@ -102,6 +102,7 @@ implemented, as well as a short description of what that directive does | ( | Case | Perform case-manipulation on text | | \`[ | Inflection | Perform inflection on a format string | | T | Tabulate | Print something in a table-like format | +| \`D | General Decimal | Print numbers using a Java NumberFormat | The following are directives that are not valid to use outside of specific other directives -- cgit v1.2.3