cognitive-engineering-lab / rust-book

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

Fix function name mismatch in Intermediates design challenge quiz #194

Open christiangroothuis opened 1 week ago

christiangroothuis commented 1 week ago

Fix to_jsonbeing referenced as to_string in the functionality description of the Intermediates design challenge in chapter 17

willcrichton commented 6 days ago

Thanks for the fix! Can you cherry pick your commit onto the new dev branch? Then I will merge.