spelling
Karen Etheridge [Sat, 6 Jul 2019 21:17:13 +0000 (14:17 -0700)]
lib/Try/Tiny.pm

index 28ef9a7..5e0e8e4 100644 (file)
@@ -263,7 +263,7 @@ Note that adding a C<finally> block without a preceding C<catch> block
 suppresses any errors. This behaviour is consistent with using a standalone
 C<eval>, but it is not consistent with C<try>/C<finally> patterns found in
 other programming languages, such as Java, Python, Javascript or C#. If you
-learnt the C<try>/C<finally> pattern from one of these languages, watch out for
+learned the C<try>/C<finally> pattern from one of these languages, watch out for
 this.
 
 =head1 EXPORTS