summaryrefslogtreecommitdiff
path: root/clformat/readme.md
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2023-06-23 19:48:49 -0400
committerBen Culkin <scorpress@gmail.com>2023-06-23 19:48:49 -0400
commit29db46041115065559a0d42f9a76ebb7c19424ea (patch)
tree0bb2bd0d2ff6cb56302dba86e6d344653f047298 /clformat/readme.md
parent2df02c35b70f7e8077832470de9594b657f1be67 (diff)
Misc Updates
Diffstat (limited to 'clformat/readme.md')
-rw-r--r--clformat/readme.md3
1 files changed, 2 insertions, 1 deletions
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