Skip to content

Commit 0215b84

Browse files
authored
comment typo in full example (#37)
The comment was misleading using "not" instead of what I assumed should be "now"
1 parent 46fc5ee commit 0215b84

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)