Correct all eggs (#15906)

* "eg" is a misspelled "egg", "e.g." is "exempli gratia"
* Also, "ie" is "i.e.".

(cherry picked from commit bbe49a14ae)
This commit is contained in:
Miran
2020-11-10 21:53:25 +01:00
committed by narimiran
parent 192cb9ff90
commit 04f810c2ec
26 changed files with 38 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ import std/[json,strutils,tables,sets,strtabs,options]
#[
Future directions:
add a way to customize serialization, for eg:
add a way to customize serialization, for e.g.:
* field renaming
* allow serializing `enum` and `char` as `string` instead of `int`
(enum is more compact/efficient, and robust to enum renamings, but string