Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Aug 30, 2016
1 parent 02f4ff8 commit 8cfffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Range.pod6
Expand Up @@ -185,7 +185,7 @@ by not actually generating the list if it is not necessary.
multi method sum() returns Numeric:D
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.
(1..10).sum #55
Expand Down

0 comments on commit 8cfffc2

Please sign in to comment.