Fix a typo (#57)

This commit is contained in:
Shinya Fujino 2024-05-28 18:04:19 +09:00 committed by GitHub
parent f74fbd4800
commit 3020ef6c3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ let y = point.1;
### 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.
They group together a fixed number of values with (potentially different) types: