summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/String/Fold.pm64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/String/Fold.pm6 b/lib/String/Fold.pm6
index 7b47be3..2db1155 100644
--- a/lib/String/Fold.pm6
+++ b/lib/String/Fold.pm6
@@ -51,8 +51,8 @@ sub fold (
#| Calculate the total line length of a would-be line.
sub new-line-length (
- Str:D @words,
- Str:D $new-word,
+ Str:D @words,
+ Str:D $new-word,
Int:D $indent-width,
--> Int
) {