Skip to content

Commit aaf8416

Browse files
cherryblossom000Luthaf
authored andcommitted
Fix typos/grammar
1 parent 383e7fe commit aaf8416

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ pub struct CheeseVec {
2828
}
2929
```
3030

31-
It will also generate the same functions that a `Vec<Chees>` would have, and a
31+
It will also generate the same functions that a `Vec<Cheese>` would have, and a
3232
few helper structs: `CheeseSlice`, `CheeseSliceMut`, `CheeseRef` and
3333
`CheeseRefMut` corresponding respectivly to `&[Cheese]`, `&mut [Cheese]`,
3434
`&Cheese` and `&mut Cheese`.
3535

36-
Any struct derived by StructOfArray will auto impl trait `StructOfArray`,
37-
You can use `<Cheese as StructOfArray>::Type` instead of explicit named type `CheeseVec`;
36+
Any struct derived by StructOfArray will auto impl trait `StructOfArray`.
37+
You can use `<Cheese as StructOfArray>::Type` instead of the explicitly named type `CheeseVec`.
3838

3939
## How to use it
4040

0 commit comments

Comments
 (0)