From: gfx Date: Fri, 15 Jan 2010 06:15:51 +0000 (+0900) Subject: Fix a typo in docs X-Git-Tag: 0.47~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=1a8951d105e921ff1225439bc981b985ed1b1f4e Fix a typo in docs --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index b8b4565..f585439 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -405,8 +405,8 @@ keywords (such as L) it will break loudly instead breaking subtly. =head1 CAVEATS If you use Mouse::XS you might see a fatal error on callbacks -which include C, which typically occurs in sutch code -like C. This is not +which include C, which typically occurs in such code +as C. This is not a bug in Mouse. In fact, it is a bug in Perl (RT #69939). To work around this problem, surround C with C: