commit 68763770dbc7c585e2a8527ee0d540c87c4c8c01
parent 4e0a175113326b809045337a7b8fe438331aed74
Author: Sebastian <sebastian@sebsite.pw>
Date: Tue, 17 Oct 2023 21:08:49 -0400
fmt: fix reference in README
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fmt/README b/fmt/README
@@ -46,8 +46,8 @@ Some inline modifier examples:
fmt::printf("{:05}", 42); // "00042"
A parametric format modifier is a secondary argument from the parameter list,
-which is a pointer to an instance of [[modifiers]]. This modifier parameter
-shall describe how the primary formattable argument is formatted.
+which is a pointer to an instance of [[mods]]. This modifier parameter shall
+describe how the primary formattable argument is formatted.
A parametric format sequence of this sort takes the form of "{i%j}", where i is
the formattable parameter index, j is the modifiers parameter index, and i & j