Skip to content

Commit 1cb7e9f

Browse files
committed
rollup merge of #19814: jbranchaud/fix-a-typo-in-ownership-guide
2 parents f0bf34d + 1567c94 commit 1cb7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-ownership.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ the function is over, and `num` goes out of scope, the borrow is over.
208208
Lending out a reference to a resource that someone else owns can be
209209
complicated, however. For example, imagine this set of operations:
210210

211-
1. I aquire a handle to some kind of resource.
211+
1. I acquire a handle to some kind of resource.
212212
2. I lend you a reference to the resource.
213213
3. I decide I'm done with the resource, and deallocate it, while you still have
214214
your reference.

0 commit comments

Comments
 (0)