Skip to content

Commit a97efb5

Browse files
Merge pull request #1076 from carols10cents/patch-1
Remove incorrect apostrophe
2 parents eb358c0 + e2bcea7 commit a97efb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/tuple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ And so on.
2222
The type of each field is the type of the same position in the tuple's list of types.
2323

2424
For convenience and historical reasons, the tuple type with no fields (`()`) is often called *unit* or *the unit type*.
25-
It's one value is also called *unit* or *the unit value*.
25+
Its one value is also called *unit* or *the unit value*.
2626

2727
Some examples of tuple types:
2828

0 commit comments

Comments
 (0)