We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f4ff8 commit 8cfffc2Copy full SHA for 8cfffc2
doc/Type/Range.pod6
@@ -185,7 +185,7 @@ by not actually generating the list if it is not necessary.
185
186
multi method sum() returns Numeric:D
187
188
-Returns the sum of all elements in the Range. Throws X::Str::Numeric if an element can not be coerced into Numeric.
+Returns the sum of all elements in the Range. Throws X::Str::Numeric if an element can not be coerced into Numeric.
189
190
(1..10).sum #55
191
0 commit comments