Skip to content

Commit 24233a4

Browse files
Update README.md
1 parent d7b9656 commit 24233a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Features
2727
--------
2828
* A bitformat is a specification of a binary format using fields that can say how to build it from supplied values, or how to parse binary data to retrieve those values.
2929
* A wide array of data types is supported. Want to use a 13 bit integer or an 8-bit float? Fine - there are no special hoops to jump through.
30-
* Serveral field types are available:
31-
* The simplest is just a `Field` which contains a single data type, and either a single value or an array of values. These can usually be constructed from a string.
30+
* Several field types are available:
31+
* The simplest is just a `Field` which contains a single data type, and either a single value or an array of values. These can usually be constructed from just a string.
3232
* A `Format` contains a list of other fields. These can be nested to any depth.
3333
* Fields like `Repeat`, `Find` and `Condition` can be used to add more logical structure.
3434
* The values of other fields can be used in later calculations via an f-string-like expression syntax.

0 commit comments

Comments
 (0)