Skip to content

Commit aea5006

Browse files
authored
comment typo in full example
The comment was misleading using "not" instead of what I assumed should be "now"
1 parent 9a50f08 commit aea5006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/full/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func main() {
6464
}
6565
fmt.Printf("Decoded:%+v\n\n", user)
6666

67-
// great not lets conform our values, after all a human input the data
67+
// great now lets conform our values, after all a human input the data
6868
// nobody's perfect
6969
err = conform.Struct(context.Background(), &user)
7070
if err != nil {

0 commit comments

Comments
 (0)