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 b3cad86 commit d267e77Copy full SHA for d267e77
doc/tutorial.md
@@ -1541,7 +1541,7 @@ if favorite_crayon_name.len() > 5 {
1541
# Closures
1542
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
+variables declared outside the function - they do not "close over
1545
their environment". For example you couldn't write the following:
1546
1547
~~~~ {.ignore}
@@ -1898,7 +1898,7 @@ gets access to them.
1898
1899
## Safe references
1900
1901
-*This system has recently changed. An explanantion is forthcoming.*
+*This system has recently changed. An explanation is forthcoming.*
1902
1903
## Other uses of safe references
1904
0 commit comments