From 80f4867bcc2baaa9bcdb650c43276cd98883389c Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" <193874+carols10cents@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:45:09 -0400 Subject: [PATCH] Remove incorrect apostrophe This should be the other form of its. --- src/types/tuple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/tuple.md b/src/types/tuple.md index 3877a2672..df21e1cdf 100644 --- a/src/types/tuple.md +++ b/src/types/tuple.md @@ -22,7 +22,7 @@ And so on. The type of each field is the type of the same position in the tuple's list of types. For convenience and historical reasons, the tuple type with no fields (`()`) is often called *unit* or *the unit type*. -It's one value is also called *unit* or *the unit value*. +Its one value is also called *unit* or *the unit value*. Some examples of tuple types: