mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-02-11 20:29:18 +00:00
Merge 45f789114bae670245cddaf234d442e8a5c4a20c into 87ac600b7c050538b1622084ea7c356b8a1d02bc
This commit is contained in:
commit
75d6b0252e
@ -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.
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user