1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-27 00:41:21 +02:00

Merge pull request #1186 from miguelraz/patch-1

typo fix
This commit is contained in:
liv
2022-09-06 12:13:51 +02:00
committed by GitHub

View File

@ -943,7 +943,7 @@ After using drop() to move the Planets out of scope individually, the reference
In the end the sun only has one reference again, to itself. See more at: In the end the sun only has one reference again, to itself. See more at:
https://doc.rust-lang.org/book/ch15-04-rc.html https://doc.rust-lang.org/book/ch15-04-rc.html
* Unforunately Pluto is no longer considered a planet :( * Unfortunately Pluto is no longer considered a planet :(
""" """
[[exercises]] [[exercises]]