Skip to content

Commit

Permalink
Fix a typo (mainmatter#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami authored and Hong Yan committed May 29, 2024
1 parent 29cdc5f commit 1c2466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/05_ticket_v2/05_nullability.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1c2466b

Please sign in to comment.