diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index c341bda089dfed212f14e14f62c85fb1382be73d..5f4c0c05aecbe463b85dcace524c9bfdf552866b 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -1910,7 +1910,7 @@ Writing a constant multiset is similar to writing an array: <example language=pike> (< >) // Empty multiset (< 17 >) // Multiset with one index: 17 -(< "", 1, 3.0, 1 >) // Multiset with 3 indices +(< "", 1, 3.0, 1 >) // Multiset with four indices </example> Note that you can actually have more than one of the same index in a multiset. This is normally not used, but can be practical at times.