primop_match: fix example letter case in document
This commit is contained in:
parent
fdc97fc3f9
commit
b8e44dc62b
|
@ -3529,7 +3529,7 @@ static RegisterPrimOp primop_match({
|
|||
builtins.match "[[:space:]]+([[:upper:]]+)[[:space:]]+" " FOO "
|
||||
```
|
||||
|
||||
Evaluates to `[ "foo" ]`.
|
||||
Evaluates to `[ "FOO" ]`.
|
||||
)s",
|
||||
.fun = prim_match,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue