mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-13 05:14:46 +00:00
fix typo
This commit is contained in:
parent
6bbde4d3a0
commit
6025b5d3a7
@ -20,7 +20,7 @@ type
|
|||||||
f: Foo
|
f: Foo
|
||||||
|
|
||||||
# Baz should use custom serialization
|
# Baz should use custom serialization
|
||||||
# The `i` field should be multiplied by two while deserialing and
|
# The `i` field should be multiplied by two while deserializing and
|
||||||
# `ignored` field should be set to 10
|
# `ignored` field should be set to 10
|
||||||
Baz = object
|
Baz = object
|
||||||
f: Foo
|
f: Foo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user