Skip to content

Commit f3ad27e

Browse files
committed
Tweak README.md
1 parent 6b7b8a1 commit f3ad27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Here is a list of type-specific packing methods:
9696
$packer->packNil(); // MP nil
9797
$packer->packBool(true); // MP bool
9898
$packer->packInt(42); // MP int
99-
$packer->packFloat(M_PI); // MP float
99+
$packer->packFloat(M_PI); // MP float (32 or 64)
100100
$packer->packFloat32(M_PI); // MP float 32
101101
$packer->packFloat64(M_PI); // MP float 64
102102
$packer->packStr('foo'); // MP str

0 commit comments

Comments
 (0)