Skip to content

Commit 4a10737

Browse files
Fix interface reference in deser doc
Co-authored-by: jonathan343 <[email protected]>
1 parent 3bb4493 commit 4a10737

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
@@ -351,7 +351,7 @@ methods to extract typed data from it when given a schema. For example, a
351351
`JSONShapeDeserializer` could be written that is constructed with JSON bytes and
352352
allows a caller to convert it to a shape.
353353

354-
A `SerializeableShape` is a class that has a `deserialize` method that takes a
354+
A `DeserializeableShape` is a class that has a `deserialize` method that takes a
355355
`ShapeDeserializer` and calls the relevant methods needed to deserialize it. All
356356
generated shapes will implement the `DeserializeableShape` interface, which will
357357
then be the method by which all deserialization is performed.

0 commit comments

Comments
 (0)