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 9dd6bcb commit bed1057Copy full SHA for bed1057
docs/source/getting-started/memory-management.md
@@ -182,7 +182,7 @@ let b = recover a
182
a # => this is an error, because `a` is moved into `b`
183
```
184
185
-In general recovery is only needed when sending values between processes.
+In general, recovery is only needed when sending values between processes.
186
187
## Using unique values
188
0 commit comments