mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-25 16:11:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user