felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.78k stars 113 forks source link

Wiki Typo #164

Closed Eshnek closed 1 year ago

Eshnek commented 1 year ago

I don't see how to create a PR for a wiki page.

I think it makes sense to change Custom-(De-)Serialization-Functions.md:156 from

  - The first phase goes decends recursivley through the (tree-like) *owning* memory hiearchy.

to

  - The first phase decends recursively through the (tree-like) *owning* memory hiearchy.
felixguendling commented 1 year ago

Fixed. Thank you!! 🎈