Skip to content

Commit

Permalink
Fix invalid example code in doc of blame_with_message (#1689)
Browse files Browse the repository at this point in the history
Fix wrong method name: "std.contract.blame_with_message_message"
should be: "std.contract.blame_with_message"
  • Loading branch information
bgni authored Oct 19, 2023
1 parent cde6290 commit d61145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/stdlib/std.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@
if value == 0 then
value
else
std.contract.blame_with_message_message "Not zero" label
std.contract.blame_with_message "Not zero" label
in

0 | IsZero
Expand Down

0 comments on commit d61145b

Please sign in to comment.