s/Preferred/Prefer/g suggested by kazuho++

This commit is contained in:
Tokuhiro Matsuno
2009-07-02 14:29:49 +09:00
parent 601209c83c
commit 7b198d5966
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ Data::MessagePack is a binary packer for perl.
=over 4
=item $Data::MessagePack::PreferredInteger
=item $Data::MessagePack::PreferInteger
Pack the string as int when the value looks like int(EXPERIMENTAL).