Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed Oct 25, 2014
1 parent cf94de9 commit f67e843
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Simple example
}
}

6 time less memory example
--------------------------
6 times less memory example
---------------------------
This example compares Java heap memory consumption of Scala Struct with standard mutable ArrayBuffer. The result is that
Scala Struct takes *6 times less space* in memory.

Expand Down Expand Up @@ -83,8 +83,8 @@ Scala Struct takes *6 times less space* in memory.
}
}

Supported features in version 0.1.0
-----------------------------------
*Basic value types* - Byte, Short, Int, Long, Float, Double, Boolean
*Fixed buffer* - byte buffer which can store structres with fixed size
*Strcutres with up to 22 fields* - Scala limits tuple size to 22
Supported features
------------------
- **Basic value types** - Byte, Short, Int, Long, Float, Double, Boolean
- **Fixed buffer** - byte buffer which can store structres with fixed size
- **Strcutres with up to 22 fields** - Scala limits tuple size to 22

0 comments on commit f67e843

Please sign in to comment.