cognitive-engineering-lab / rust-book

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

[Docs] Spelling error in "Chapter 4 - Fixing Ownership Errors" #164

Closed schneedotdev closed 4 months ago

schneedotdev commented 4 months ago

Due Diligence Checklist

Bug Info

URL to the section(s) of the book with this problem:

https://rust-book.cs.brown.edu/ch04-03-fixing-ownership-errors.html#fixing-an-unsafe-program-not-enough-permissions


Description of the problem:

the word "because" was spelled incorrectly in the following sentence:

This solution works becauase slice::join already copies the data in name into the string full.


Suggested fix:

correct the spelling of "because"