diff --git a/doc/Language/math.pod6 b/doc/Language/math.pod6 index 1c72c0aea..273d4555d 100644 --- a/doc/Language/math.pod6 +++ b/doc/Language/math.pod6 @@ -276,8 +276,8 @@ I Where I is the population growth rate, sometimes called Malthusian parameter. -How can we translate that into PerlĀ 6? Well Math::Model bring some help -with a very undestable way to do that, let's see it: +How can we translate that into PerlĀ 6? Well Math::Model brings some help +with a very understandable way to do that--let's see it: =begin code :skip-test use Math::Model;