Skip to content

Commit

Permalink
Fix documentation for order-dependent lists
Browse files Browse the repository at this point in the history
  • Loading branch information
frsantos committed Dec 27, 2023
1 parent 2d197a3 commit 4173d96
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 4173d96

Please sign in to comment.