Skip to content

Commit d9a6107

Browse files
authored
Merge pull request #160 from google/fix-readme-typos
Fix typos
2 parents 5307399 + 941c167 commit d9a6107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ to-many from being serialized.
181181
**All `Marshal` and `Unmarshal` methods expect pointers to struct
182182
instance or slices of the same contained with the `interface{}`s**
183183

184-
Now you have your structs prepared to be seralized or materialized, What
184+
Now you have your structs prepared to be serialized or materialized, What
185185
about the rest?
186186

187187
### Create Record Example

Diff for: doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Value, attr: "attr,<key name in attributes hash>[,<extra arguments>]"
4949
5050
These fields' values should end up in the "attribute" hash for a record. The first
5151
argument must be, "attr', and the second should be the name for the key to display in
52-
the the "attributes" hash for that record.
52+
the "attributes" hash for that record.
5353
5454
The following extra arguments are also supported:
5555

0 commit comments

Comments
 (0)