Skip to content

Commit

Permalink
examples: fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
dcentelles committed Feb 1, 2023
1 parent 210991c commit 3d6fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e0/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func main() {
perrf("can't create state from schema: %v\n", err)
}
if err = stateFromRaw.Decode(raw); err != nil {
perrf("can't create state from schema: %v\n", err)
perrf("can't decode state: %v\n", err)
}

printState("state 1 from raw", stateFromRaw)
Expand Down

0 comments on commit 3d6fcb5

Please sign in to comment.