Skip to content

Commit 52b7380

Browse files
committed
---
yaml --- r: 22684 b: refs/heads/master c: d267e77 h: refs/heads/master v: v3
1 parent fe60445 commit 52b7380

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: b3cad86a05bde6dadbbf8c5405fab18265376b30
2+
refs/heads/master: d267e77907cda2c90dad7e141efac666f0b167a7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ if favorite_crayon_name.len() > 5 {
15411541
# Closures
15421542

15431543
Named functions, like those we've seen so far, may not refer to local
1544-
variables decalared outside the function - they do not "close over
1544+
variables declared outside the function - they do not "close over
15451545
their environment". For example you couldn't write the following:
15461546

15471547
~~~~ {.ignore}
@@ -1898,7 +1898,7 @@ gets access to them.
18981898

18991899
## Safe references
19001900

1901-
*This system has recently changed. An explanantion is forthcoming.*
1901+
*This system has recently changed. An explanation is forthcoming.*
19021902

19031903
## Other uses of safe references
19041904

0 commit comments

Comments
 (0)