From 4173d9676a2e64898b50b2a8d3fdf22c3e1d0ab4 Mon Sep 17 00:00:00 2001 From: "Francisco R. Santos" Date: Wed, 27 Dec 2023 10:02:18 +0100 Subject: [PATCH] Fix documentation for order-dependent lists --- docs/Tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tags.md b/docs/Tags.md index d0686acd1..63e95889c 100644 --- a/docs/Tags.md +++ b/docs/Tags.md @@ -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