Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Oct 5, 2015
1 parent 1154e13 commit 4f789ec
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 @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sqlbind.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 4f789ec

Please sign in to comment.