cognitive-engineering-lab / rust-book

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

Wrong function in code example in section 4.5 #82

Closed andreqts closed 1 year ago

andreqts commented 1 year ago

URL to the section(s) of the book with this problem: https://rust-book.cs.brown.edu/ch04-05-ownership-recap.html

Description of the problem:

In the 4th code example, the function make_document is called, but it is not defined in the example nor in previous ones.

Suggested fix: Replace with new_document, function that is defined in previous code block, and seem to work fine, and it seems that were the original intention.

willcrichton commented 1 year ago

Thanks, fixed in #83.