Wrong solution for Reference and Borrowing - Q.11

Author: rshah4994Created Mar 13, 2024Updated Feb 10, 2025

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

Source: sunface/rust-by-practice