Skip to content

Commit bed1057

Browse files
brettcannonyorickpeterse
authored andcommitted
Fix minor grammar mistake in memory-management.md
1 parent 9dd6bcb commit bed1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started/memory-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ let b = recover a
182182
a # => this is an error, because `a` is moved into `b`
183183
```
184184

185-
In general recovery is only needed when sending values between processes.
185+
In general, recovery is only needed when sending values between processes.
186186

187187
## Using unique values
188188

0 commit comments

Comments
 (0)