Skip to content

Commit e34007f

Browse files
committed
fix typo
1 parent 35c250b commit e34007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the basic type of the array, and an integer providing the number of bytes the
112112
type uses. The byte order MUST be specified. E.g., ``"<f8"``, ``">i4"``,
113113
``"|b1"`` and ``"|S12"`` are valid data types.
114114

115-
Structure data types (i.e., with multiple named fields) are encoded as a list
115+
Structured data types (i.e., with multiple named fields) are encoded as a list
116116
of two-element lists, following `NumPy array protocol type descriptions (descr)
117117
<http://docs.scipy.org/doc/numpy/reference/arrays.interface.html#>`_. For
118118
example, the JSON list ``[["r", "|u1"], ["g", "|u1"], ["b", "|u1"]]`` defines a

0 commit comments

Comments
 (0)