We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79546a commit 260e3bfCopy full SHA for 260e3bf
docs/proposals/Accessors.rst
@@ -555,7 +555,7 @@ get- and setForMutation
555
Some collections need finer-grained control over the entire mutation
556
process. For instance, to support divide-and-conquer algorithms using
557
slices, sliceable collections must "pin" and "unpin" their buffers
558
-while a slice is being mutation to grant permission for the slice
+while a slice is being mutated to grant permission for the slice
559
to mutate the collection in-place while sharing ownership. This
560
flexibility can be exposed by a pair of accessors that are called
561
before and after a mutation. The "get" stage produces both the
0 commit comments