Skip to content

Commit

Permalink
Update structures.md (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Oct 18, 2023
1 parent 7a2b76b commit 7c122f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/explanations/structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ An array is described with a shape, chunk sizes, and a data type.
The parameterization and spelling of the data type follows the
[numpy `__array_interface__` protocol](https://numpy.org/doc/stable/reference/arrays.interface.html#object.__array_interface__).
Both built-in data types and
[strucuted data types](https://numpy.org/doc/stable/user/basics.rec.html) are supported.
[structured data types](https://numpy.org/doc/stable/user/basics.rec.html) are supported.


An optional field, `dims` ("dimensions") may contain a list with
Expand Down

0 comments on commit 7c122f9

Please sign in to comment.