From 3020ef6c3f0122334a644bdb828edad7f1f094b0 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Tue, 28 May 2024 18:04:19 +0900 Subject: [PATCH] Fix a typo (#57) --- book/src/05_ticket_v2/05_nullability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/05_ticket_v2/05_nullability.md b/book/src/05_ticket_v2/05_nullability.md index db4f282..c6e240b 100644 --- a/book/src/05_ticket_v2/05_nullability.md +++ b/book/src/05_ticket_v2/05_nullability.md @@ -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: -- 2.45.2