mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -78,7 +78,7 @@ To make the user-defined type serializable, it has to provide a template method
|
||||
|
||||
Serializer provides an operator& that is internally expanded to `<<` when serialziing or `>>` when deserializing.
|
||||
|
||||
Serializer provides a public bool field `saving`that set to true during serialziation and to false for deserialziation.
|
||||
Serializer provides a public bool field `saving`that set to true during serialization and to false for deserialization.
|
||||
|
||||
Typically, serializing class involves serializing all its members (given that they are serializable). Sample:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user