diff --git a/README.md b/README.md index ae3c1ef..ef770a9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ type Example struct { See [jsontypes](https://github.com/jfbus/jsontypes) for all types. -More generally, all struct that implement `WillUpdate() bool` will be managed by sqlbind. +More generally, all structs that implement `WillUpdate() bool` will be managed by sqlbind. ## Result struct binding diff --git a/sqlbind.go b/sqlbind.go index edcfaac..81f8243 100644 --- a/sqlbind.go +++ b/sqlbind.go @@ -64,7 +64,7 @@ // // * jsontypes.ROString will never be expanded // -// More generally, all struct that implement `WillUpdate() bool` will be managed by sqlbind. +// More generally, all structs that implement `WillUpdate() bool` will be managed by sqlbind. // // Result struct binding //