Skip to content

Commit df22d51

Browse files
joeybloggsjoeybloggs
authored andcommitted
update grammer.
1 parent 55fbc4b commit df22d51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
Common 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

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1515
Common Questions
1616

0 commit comments

Comments
 (0)