mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
Fix a typo (#57)
This commit is contained in:
parent
f74fbd4800
commit
3020ef6c3f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ let y = point.1;
|
||||||
|
|
||||||
### Tuples
|
### Tuples
|
||||||
|
|
||||||
It's weird say that something is tuple-like when we haven't seen tuples yet!\
|
It's weird to say that something is tuple-like when we haven't seen tuples yet!\
|
||||||
Tuples are another example of a primitive Rust type.
|
Tuples are another example of a primitive Rust type.
|
||||||
They group together a fixed number of values with (potentially different) types:
|
They group together a fixed number of values with (potentially different) types:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue