File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b3cad86a05bde6dadbbf8c5405fab18265376b30
2
+ refs/heads/master: d267e77907cda2c90dad7e141efac666f0b167a7
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change @@ -1541,7 +1541,7 @@ if favorite_crayon_name.len() > 5 {
1541
1541
# Closures
1542
1542
1543
1543
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
1545
1545
their environment". For example you couldn't write the following:
1546
1546
1547
1547
~~~~ {.ignore}
@@ -1898,7 +1898,7 @@ gets access to them.
1898
1898
1899
1899
## Safe references
1900
1900
1901
- * This system has recently changed. An explanantion is forthcoming.*
1901
+ * This system has recently changed. An explanation is forthcoming.*
1902
1902
1903
1903
## Other uses of safe references
1904
1904
You can’t perform that action at this time.
0 commit comments