Skip to content

Commit 58f4431

Browse files
committed
Fix typos
1 parent 453bb1f commit 58f4431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Deserialization is conversion from MessagePack formats into application objects
1818
--> MessagePack type system
1919
--> Application objects
2020

21-
This document describes the MessagePack type system, MesagePack formats and conversion of them.
21+
This document describes the MessagePack type system, MessagePack formats and conversion of them.
2222

2323
## Table of contents
2424

@@ -242,7 +242,7 @@ Int format family stores an integer in 1, 2, 3, 5, or 9 bytes.
242242
<a name="formats-float"/>
243243
### float format family
244244

245-
Float format family stores an floating point number in 5 bytes or 9 bytes.
245+
Float format family stores a floating point number in 5 bytes or 9 bytes.
246246

247247
float 32 stores a floating point number in IEEE 754 single precision floating point number format:
248248
+--------+--------+--------+--------+--------+

0 commit comments

Comments
 (0)