learning-rust.github.io
learning-rust.github.io copied to clipboard
typo in chapter vector
Chapter about vectors:
⭐️ Mainly a vector represent 3 things,
A pointer to the dataNo of elements currently have(length)Capacity (Amount of space allocated for any future elements).
I think it´s supposed to be "number of elements currently have(length)". Sorry if it is correct. I am not a native English speaker, but it confused me.
awesome work, keep it up!