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 30fac74 commit b7354f1Copy full SHA for b7354f1
doc/tutorial.md
@@ -373,8 +373,8 @@ assert y == 4u;
373
but are instead provided by the libraries. To make it clear to the reader when
374
a name refers to a syntax extension, the names of all syntax extensions end
375
with `!`. The standard library defines a few syntax extensions, the most
376
-useful of which is `fmt!`, a `sprintf`-style text formatter that an early
377
-compiler phase expands statically.
+useful of which is `fmt!`, a `sprintf`-style text formatter that you will
+often see in examples.
378
379
`fmt!` supports most of the directives that [printf][pf] supports, but unlike
380
printf, will give you a compile-time error when the types of the directives
0 commit comments