From 41c3d16c97874e85d25f28d37e59df3e2d9a9d66 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 3 Jan 2022 20:21:23 +0100 Subject: Typo fix --- challenge-146/abigail/perl/ch-2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit