sunface / rust-by-practice

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.

Home Page:https://practice.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong solution for Reference and Borrowing - Q.11

rshah4994 opened this issue · comments

solutions/ownership/borrowing.md

In solution 11, the last line is r1.push_str - it should be r2.push_str

I'd like to solve this and push if possible