Skip to content

Commit acd6fb0

Browse files
committed
Merge pull request #19814 from jbranchaud/fix-a-typo-in-ownership-guide
Fix a typo in ownership guide, aquire to acquire. Reviewed-by: steveklabnik
2 parents 1d0321a + 1567c94 commit acd6fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-ownership.md

Lines changed: 1 addition & 1 deletion
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)