diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-03 20:21:23 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-03 20:21:23 +0100 |
| commit | 41c3d16c97874e85d25f28d37e59df3e2d9a9d66 (patch) | |
| tree | 785a2957af16b96cbe7d2ffd5056b495da791ab9 | |
| parent | d96dfbf63a67c75ef9ee4b625527c71687a9b530 (diff) | |
| download | perlweeklychallenge-club-41c3d16c97874e85d25f28d37e59df3e2d9a9d66.tar.gz perlweeklychallenge-club-41c3d16c97874e85d25f28d37e59df3e2d9a9d66.tar.bz2 perlweeklychallenge-club-41c3d16c97874e85d25f28d37e59df3e2d9a9d66.zip | |
Typo fix
| -rw-r--r-- | challenge-146/abigail/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-146/abigail/perl/ch-2.pl b/challenge-146/abigail/perl/ch-2.pl index c50e325692..546e2d0ca7 100644 --- a/challenge-146/abigail/perl/ch-2.pl +++ b/challenge-146/abigail/perl/ch-2.pl @@ -20,7 +20,7 @@ use experimental 'lexical_subs'; # * The root is 1/1 # * Each node a/b has children a/(a + b) and (a + b)/b # -# without having to rely on an image which needs to be interpolated. +# without having to rely on an image which needs to be extrapolated. # Of course, we also have to utterly ignore the existance of # "the tree created similar to the above sample", as similar implies # it being different. |
