We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d932c42 commit 055cf77Copy full SHA for 055cf77
Readme.md
@@ -8,7 +8,7 @@
8
9
A library to allow using `printf` style strings in more places.
10
11
-The code is essentially an extracted version of [`printf.fs`][printf_fs] where the environement can not only decide
+The code is essentially an extracted version of [`printf.fs`][printf_fs] where the environment can not only decide
12
what to do with the final blocks that compose the string (printf put them on the console, sprintf in a buffer, ...)
13
but also what to do with the parameters passed for each format specifier.
14
0 commit comments