rustonaut / vec1

Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
Apache License 2.0
90 stars 15 forks source link

"at last 1 element"? #2

Closed wezm closed 6 years ago

wezm commented 6 years ago

The README and repo all refer to "at last 1 element", is that supposed to be, "at least 1 element"?

Edit: I see #1 addressed one of them but there's another in the repo description and comment in the code example.

rustonaut commented 6 years ago

Yup, this was a bug in my language understanding.

I fixed it with search + replace with the last commit (after merging #1).