You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Features
27
27
--------
28
28
* 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.
29
29
* 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.
32
32
* A `Format` contains a list of other fields. These can be nested to any depth.
33
33
* Fields like `Repeat`, `Find` and `Condition` can be used to add more logical structure.
34
34
* The values of other fields can be used in later calculations via an f-string-like expression syntax.
0 commit comments