Skip to content

Commit e01bdaa

Browse files
committed
typo
1 parent 34983c0 commit e01bdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active/0000-raw-reform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ trait RawMutSlice<T> : RawSlice<T> {
121121
In addition, `*const [T]` and `*mut [T]` should provide *unsafe* implementations of the slicing
122122
and indexing operators. That is, provide the operators, but require them to be used in an unsafe
123123
block. Unsafe operators should behave exactly like dereffing a raw ptr. Unsafe slicing should
124-
yield a new raw slice. Unsafe indexing take a uint, and should return (and then deref) an
124+
yield a new raw slice. Unsafe indexing takes a uint, and returns (and then deref) an
125125
`&T` or `&mut T` as appropriate (an alternative can be found in the alternatives section).
126126

127127
Unsafe addition, subtraction, and indexing of `*const T` and `*mut T`

0 commit comments

Comments
 (0)