Skip to content

Commit fb87a26

Browse files
authored
Merge pull request rust-lang#2331 from chapeupreto/minor-improvements
chore: minor improvements
2 parents 87ac600 + 45f7891 commit fb87a26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/09_strings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strings
22

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

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ get started, here are some notes about how Rustlings operates:
2121

2222
final_message = """
2323
We hope you enjoyed learning about the various aspects of Rust!
24-
If you noticed any issues, don't hesitate to report them on Github.
24+
If you noticed any issues, don't hesitate to report them on GitHub.
2525
You can also contribute your own exercises to help the greater community!
2626
2727
Before reporting an issue or contributing, please read our guidelines:

0 commit comments

Comments
 (0)