Fix: typo

This commit is contained in:
RyuuSleek 2022-11-14 04:20:19 +00:00 committed by GitHub
parent 8329fff047
commit 8398d28e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ fn main() {
```
### &str and String
Opsite to the seldom using of `str`, `&str` and `String` are used everywhere!
Opposite to the seldom using of `str`, `&str` and `String` are used everywhere!
7. 🌟🌟 `&str` can be converted to `String` in two ways
```rust,editable