Skip to content

Commit b7354f1

Browse files
committed
tutorial: Clean up language about syntax extensions
1 parent 30fac74 commit b7354f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ assert y == 4u;
373373
but are instead provided by the libraries. To make it clear to the reader when
374374
a name refers to a syntax extension, the names of all syntax extensions end
375375
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.
376+
useful of which is `fmt!`, a `sprintf`-style text formatter that you will
377+
often see in examples.
378378

379379
`fmt!` supports most of the directives that [printf][pf] supports, but unlike
380380
printf, will give you a compile-time error when the types of the directives

0 commit comments

Comments
 (0)