Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/types/tuple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down