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 36dfa2f commit 2bdc1d5
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 @@ -826,7 +826,7 @@
`std.contract.assert_all tests` is semantically equivalent to

```nickel
(std.array.all function.id tests) | std.contract.Assert
(std.array.all (fun x => x) tests) | std.contract.Assert
```

But will give precise error reporting when one boolean statement
Expand Down

0 comments on commit 2bdc1d5

Please sign in to comment.