Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/09_strings/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
to identify and create them, as well as use them.

Expand Down
2 changes: 1 addition & 1 deletion rustlings-macros/info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ get started, here are some notes about how Rustlings operates:

final_message = """
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!

Before reporting an issue or contributing, please read our guidelines:
Expand Down