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 ef5cddf commit 38a6499Copy full SHA for 38a6499
src/linq/index.md
@@ -219,7 +219,7 @@ then the output of the program will change radically:
219
Int(5) dropped
220
221
This time, values are acquired but not dropped while looping because each item
222
-doesn't get owned by the interation loop's variable. The sum is printed ocne
+doesn't get owned by the interation loop's variable. The sum is printed once
223
the loop is done. Finally, when the `values` array that still owns all the the
224
`Int` instances goes out of scope at the end of `main`, its dropping in turn
225
drops all the `Int` instances.
0 commit comments