1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix spelling
Origin: vendor
Author: Nuno Carvalho <smash@cpan.org>
Last-Update: 2016-11-28
Bug: https://rt.cpan.org/Ticket/Display.html?id=117976
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117976
--- a/XS.pm
+++ b/XS.pm
@@ -1614,7 +1614,7 @@
C<JSON::XS> uses the L<Types::Serialiser> module to provide boolean
constants. That means that the JSON true and false values will be
-comaptible to true and false values of other modules that do the same,
+compatible to true and false values of other modules that do the same,
such as L<JSON::PP> and L<CBOR::XS>.
|