Skip to content

Commit 260e3bf

Browse files
author
Dave Abrahams
committed
Fix typo
1 parent d79546a commit 260e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/Accessors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ get- and setForMutation
555555
Some collections need finer-grained control over the entire mutation
556556
process. For instance, to support divide-and-conquer algorithms using
557557
slices, sliceable collections must "pin" and "unpin" their buffers
558-
while a slice is being mutation to grant permission for the slice
558+
while a slice is being mutated to grant permission for the slice
559559
to mutate the collection in-place while sharing ownership. This
560560
flexibility can be exposed by a pair of accessors that are called
561561
before and after a mutation. The "get" stage produces both the

0 commit comments

Comments
 (0)