Skip to content

Commit 8cfffc2

Browse files
committed
remove trailing whitespace
1 parent 02f4ff8 commit 8cfffc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Range.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ by not actually generating the list if it is not necessary.
185185
186186
multi method sum() returns Numeric:D
187187
188-
Returns the sum of all elements in the Range. Throws X::Str::Numeric if an element can not be coerced into Numeric.
188+
Returns the sum of all elements in the Range. Throws X::Str::Numeric if an element can not be coerced into Numeric.
189189
190190
(1..10).sum #55
191191

0 commit comments

Comments
 (0)