Skip to content

Commit 7a91fe8

Browse files
committed
Fixed a typo. Removed an extra s
1 parent 95400c5 commit 7a91fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/primitive-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Slices have type `&[T]`. We’ll talk about that `T` when we cover
176176

177177
[generics]: generics.html
178178

179-
You can find more documentation for `slices`s [in the standard library
179+
You can find more documentation for `slices` [in the standard library
180180
documentation][slice].
181181

182182
[slice]: ../std/primitive.slice.html

0 commit comments

Comments
 (0)