Skip to content

Commit

Permalink
Merge pull request google#160 from google/fix-readme-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
shwoodard authored Oct 5, 2018
2 parents 5307399 + 941c167 commit d9a6107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ to-many from being serialized.
**All `Marshal` and `Unmarshal` methods expect pointers to struct
instance or slices of the same contained with the `interface{}`s**

Now you have your structs prepared to be seralized or materialized, What
Now you have your structs prepared to be serialized or materialized, What
about the rest?

### Create Record Example
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Value, attr: "attr,<key name in attributes hash>[,<extra arguments>]"
These fields' values should end up in the "attribute" hash for a record. The first
argument must be, "attr', and the second should be the name for the key to display in
the the "attributes" hash for that record.
the "attributes" hash for that record.
The following extra arguments are also supported:
Expand Down

0 comments on commit d9a6107

Please sign in to comment.