Skip to content

Commit

Permalink
Merge pull request #51 from cuishuang/master
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
andeya authored Jul 21, 2022
2 parents c7e48de + 8f8d874 commit cb84d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagexpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (vm *VM) registerStructLocked(structType reflect.Type) (*structVM, error) {
s.err = err
return nil, err
}
// skip omited tag
// skip omitted tag
if !ok {
continue
}
Expand Down

0 comments on commit cb84d6c

Please sign in to comment.