hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit ec95c0631bc517e9a06104a0e6b3c78a320ede2d
parent 21bb848e1113174f73d5f616c4372433f89f9076
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sun, 20 Mar 2022 00:25:04 -0400

fmt: remove fmt:: prefix in README link

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mfmt/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fmt/README b/fmt/README @@ -46,7 +46,7 @@ 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 [[fmt::modifiers]]. This modifier parameter +which is a pointer to an instance of [[modifiers]]. 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