Skip to content

Commit

Permalink
Merge pull request #6543 from herberteuler/master
Browse files Browse the repository at this point in the history
primop_match: fix example letter case in document
  • Loading branch information
edolstra authored May 18, 2022
2 parents fdc97fc + b8e44dc commit 51d13c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3529,7 +3529,7 @@ static RegisterPrimOp primop_match({
builtins.match "[[:space:]]+([[:upper:]]+)[[:space:]]+" " FOO "
```
Evaluates to `[ "foo" ]`.
Evaluates to `[ "FOO" ]`.
)s",
.fun = prim_match,
});
Expand Down

0 comments on commit 51d13c4

Please sign in to comment.