We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3aec1 commit e010ff0Copy full SHA for e010ff0
designs/serialization.md
@@ -218,7 +218,7 @@ class ExampleStructure:
218
### Performing Serialization
219
220
To serialize a shape, all that is needed is an instance of the shape and a
221
-serializer. The following shows how one might serilize a shape to JSON bytes:
+serializer. The following shows how one might serialize a shape to JSON bytes:
222
223
```python
224
>>> shape = ExampleStructure(member=9)
0 commit comments