Merge pull request #2331 from chapeupreto/minor-improvements

chore: minor improvements
This commit is contained in:
Mo Bitar 2026-02-21 09:42:47 +01:00 committed by GitHub
commit fb87a26f4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Strings # Strings
Rust has two string types, a string slice (`&str`) and an owned string (`String`). Rust has two string types: a string slice (`&str`) and an owned string (`String`).
We're not going to dictate when you should use which one, but we'll show you how We're not going to dictate when you should use which one, but we'll show you how
to identify and create them, as well as use them. to identify and create them, as well as use them.

View File

@ -21,7 +21,7 @@ get started, here are some notes about how Rustlings operates:
final_message = """ final_message = """
We hope you enjoyed learning about the various aspects of Rust! We hope you enjoyed learning about the various aspects of Rust!
If you noticed any issues, don't hesitate to report them on Github. If you noticed any issues, don't hesitate to report them on GitHub.
You can also contribute your own exercises to help the greater community! You can also contribute your own exercises to help the greater community!
Before reporting an issue or contributing, please read our guidelines: Before reporting an issue or contributing, please read our guidelines: