Skip to content

typo in chapter vector #74

Open
Open
@Azgolar

Description

@Azgolar

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Azgolar

        Issue actions

          typo in chapter vector · Issue #74 · learning-rust/learning-rust.github.io