rust-unofficial / too-many-lists

Learn Rust by writing Entirely Too Many linked lists
https://rust-unofficial.github.io/too-many-lists/
MIT License
3.16k stars 276 forks source link

Grammatical errors #269

Open kingwingfly opened 1 year ago

kingwingfly commented 1 year ago

Here:

image

The position is the third paragraph at 4.4(A Persistent Stack>Arc)

shyamjayakannan commented 1 year ago

Here:

image

I think it should be 'return' and not 'returns' here. This is from section 5.4(peek).

Here too:

image

I think it should be 'mutably' and not 'mutable'. This is from section 5.6(Iteration).