cognitive-engineering-lab / rust-book

The Rust Programming Language: Experimental Edition
https://rust-book.cs.brown.edu
Other
593 stars 92 forks source link

Fix the typo in ch04-02 #84

Closed duy211099 closed 1 year ago

duy211099 commented 1 year ago

Fix a typo to match the example above it. 'v.push(4)' -> 'vector.push(4)'

willcrichton commented 1 year ago

Thanks!