Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct "to" -> "too"
  • Loading branch information
Paul Cochrane committed Jun 8, 2015
1 parent 0da73b8 commit 5557888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-setting-library/Str.pod
Expand Up @@ -445,7 +445,7 @@ string variable:
$string ~~ /(barney)/;
substr-rw($string, $0.from, $0.to) = "fred";

This writable reference can be aliased to, for repeated operations:
This writable reference can be aliased too, for repeated operations:

my $r := substr-rw($string, $0.from, $0.to);
$r = "fred"; # "barney" replaced by "fred"
Expand Down

0 comments on commit 5557888

Please sign in to comment.