Merge pull request #6543 from herberteuler/master

primop_match: fix example letter case in document
This commit is contained in:
Eelco Dolstra
2022-05-18 10:56:11 +02:00
committed by GitHub
+1 -1
View File
@@ -3529,7 +3529,7 @@ static RegisterPrimOp primop_match({
builtins.match "[[:space:]]+([[:upper:]]+)[[:space:]]+" " FOO "
```
Evaluates to `[ "foo" ]`.
Evaluates to `[ "FOO" ]`.
)s",
.fun = prim_match,
});