From 43592a3ebe08c61988f2825cf21cf213d0f1b706 Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Fri, 5 Oct 2018 12:50:13 -0700 Subject: [PATCH 1/2] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c599dd3..1a2de5b 100644 --- a/README.md +++ b/README.md @@ -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 From 941c167d93dea789d64a9d498f7fd7f4e4e567d8 Mon Sep 17 00:00:00 2001 From: Sam Woodard Date: Fri, 5 Oct 2018 12:52:00 -0700 Subject: [PATCH 2/2] Fix typo "the the" --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 29d7a14..2e91606 100644 --- a/doc.go +++ b/doc.go @@ -49,7 +49,7 @@ Value, attr: "attr,[,]" 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: