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>
 (&lt; &gt;)      // Empty multiset
 (&lt; 17 &gt;)  // Multiset with one index: 17
-(&lt; "", 1, 3.0, 1 &gt;) // Multiset with 3 indices
+(&lt; "", 1, 3.0, 1 &gt;) // 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.