Skip to content

Commit

Permalink
Fix typo in std.record.remove documentation (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham authored Aug 8, 2023
1 parent 84da9e7 commit ddede20
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 @@ -1935,7 +1935,7 @@

```nickel
std.record.remove "foo" { foo = "foo", bar = "bar" } =>
{ bar = "bar }
{ bar = "bar" }
```
"%
= fun field r => %record_remove% field r,
Expand Down

0 comments on commit ddede20

Please sign in to comment.