Skip to content

Commit 133df1e

Browse files
Fix typo
Co-authored-by: Michael Dowling <[email protected]>
1 parent bc01a17 commit 133df1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designs/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class ExampleStructure:
218218
### Performing Serialization
219219

220220
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:
221+
serializer. The following shows how one might serialize a shape to JSON bytes:
222222

223223
```python
224224
>>> shape = ExampleStructure(member=9)

0 commit comments

Comments
 (0)