File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It has the following features:
1616- Supports map of almost all types.
1717- Supports both Numbered and Normal arrays i.e. "Array[ 0] " and just "Array" with multiple values passed.
1818- Allows for Custom Type registration.
19- - Handles time.Time using RFC3339 time format by default, but can easily be changes usings registering a Custom Type.
19+ - Handles time.Time using RFC3339 time format by default, but can easily be changed by registering a Custom Type, see below .
2020
2121Common Questions
2222
@@ -37,7 +37,7 @@ Supported Types ( out of the box )
3737* ` slice ` , ` array `
3838* ` map `
3939* ` custom types ` can override any of the above types
40- * many other types may be supported inherently (i.e. bson.ObjectId is type ObjectId string, which will get populated by the string type
40+ * many other types may be supported inherently (i.e. ` bson.ObjectId ` is ` type ObjectId string ` , which will get populated by the string type
4141
4242** NOTE** : ` map ` , ` struct ` and ` slice ` nesting are ad infinitum.
4343
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It has the following features:
1010 with multiple values passed.
1111 - Allows for Custom Type registration.
1212 - Handles time.Time using RFC3339 time format by default,
13- but can easily be changes usings registering a Custom Type.
13+ but can easily be changed by registering a Custom Type, see below .
1414
1515Common Questions
1616
You can’t perform that action at this time.
0 commit comments