Skip to content

Commit 1567c94

Browse files
committed
Fix a typo in ownership guide, aquire to acquire.
1 parent 1eccb54 commit 1567c94

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)