Skip to content

Commit

Permalink
Merge pull request #1524 from frsantos/fix_tuple_docs
Browse files Browse the repository at this point in the history
Fix documentation for order-dependent lists
  • Loading branch information
lsegal committed Feb 29, 2024
2 parents 04e4c9a + 4173d96 commit 7cb3fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ also be a list of types separated by commas.
An order dependent list is a set of types surrounded by "()" and separated by
commas. This list must contain exactly those types in exactly the order specified.
For instance, an Array containing a String, Fixnum and Hash in that order (and
having exactly those 3 elements) would be listed as: `Array<(String, Fixnum, Hash)>`.
having exactly those 3 elements) would be listed as: `Array(String, Fixnum, Hash)`.

#### Literals

Expand Down

0 comments on commit 7cb3fc5

Please sign in to comment.