learning-rust.github.io icon indicating copy to clipboard operation
learning-rust.github.io copied to clipboard

typo in chapter vector

Open Azgolar opened this issue 9 months ago • 0 comments

Chapter about vectors:

⭐️ Mainly a vector represent 3 things,

  • A pointer to the data
    
  • No 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!

Azgolar avatar Apr 20 '25 09:04 Azgolar