cognitive-engineering-lab / rust-book

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

Fix grammar error #70

Closed diegorodriguezv closed 1 year ago

diegorodriguezv commented 1 year ago

Missing 'of'. ...take ownership the input string. should be: ...take ownership of the input string.

willcrichton commented 1 year ago

Thanks, I merged this in a bulk commit 780b7c9372a3581d08f4eeed814685b3dc753c2a.