Skip to content

Commit 24c4cd0

Browse files
committed
---
yaml --- r: 35671 b: refs/heads/master c: b7354f1 h: refs/heads/master i: 35669: a740a8f 35667: 81826a5 35663: bd41d3f v: v3
1 parent 004bd63 commit 24c4cd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 30fac74bf3c370173d9c2cf1e023a6128488f5db
2+
refs/heads/master: b7354f114d392ba8c09b8f39ae5b7945c9441a62
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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)