intorust / intorust.com

Learn Rust real good.
Other
304 stars 25 forks source link

Reference to 'strcat' in Mutable borrows task #8

Closed raventid closed 7 years ago

raventid commented 7 years ago

At the bottom of a code sample you can find this text -> "// Question: Now that you've converted strcat, what happens if you". In http://intorust.com/hint/mutable_borrow_1/ there is a new signature of join_words function, but I did not use the hint, so I had no idea why do we call it strcat)) Perhaps just leave it as 'join_words'?

The link

P.S. Very nice tutorial, thank you! But, please, don't sing :pray:

nikomatsakis commented 7 years ago

Thanks! Fixed.

P.S. Very nice tutorial, thank you! But, please, don't sing 🙏

No promises. ;)

k4rtik commented 7 years ago

Haha, I like the singing, especially because it adds a fun element when I am watching at 2x speed.

Yeah, great set of tutorials Niko. Looking forward to more.