Fix a typo (#57)
This commit is contained in:
parent
f74fbd4800
commit
3020ef6c3f
|
@ -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 New Issue