Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Oct 12, 2021
1 parent 12c33d1 commit aa74351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var _ TableExportable = &table{}
// of another
// - optimize Gas usage conditions
// The caller must ensure that these things are handled. The table struct is
// private, so that we only custom tables built on top of table, that do satisfy
// private, so that we only have custom tables built on top of table, that do satisfy
// these requirements.
type table struct {
model reflect.Type
Expand Down

0 comments on commit aa74351

Please sign in to comment.