cognitive-engineering-lab / rust-book

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

Update ch08-02-strings.md #209

Closed AlexanderSerbul closed 2 months ago

AlexanderSerbul commented 2 months ago

Fixed logical error, as s1 was moved out and cannot be returned.

willcrichton commented 2 months ago

Ah the wording is unclear. I do mean to explain that the data in s1 is returned back. I will clarify this, thanks.