Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed Feb 1, 2024
1 parent 612f8df commit 83a786d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,9 @@ error: missing definition for `required_field2`
8 │ & { foo.required_field1 = "here" }
│ ------------------------ in this record
┌─ <stdlib/std.ncl>:2992:18
┌─ <stdlib/std.ncl>:2991:18
2992 │ = fun x y => %deep_seq% x y,
2991 │ = fun x y => %deep_seq% x y,
│ ------------ accessed here
```

Expand Down

0 comments on commit 83a786d

Please sign in to comment.