Skip to content

Commit

Permalink
Update core/stdlib/std.ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham authored May 14, 2024
1 parent 266e461 commit 36dfa2f
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 @@ -835,7 +835,7 @@
# Example

```nickel
[ (1 == 2), (1 == 1), (1 == 3) ] |> std.contract.check
[ (1 == 2), (1 == 1), (1 == 3) ] |> std.contract.assert_all
=> error: contract broken by a value
```

Expand Down

0 comments on commit 36dfa2f

Please sign in to comment.