primop_match: fix example letter case in document

This commit is contained in:
zhujun 2022-05-18 14:05:26 +08:00
parent fdc97fc3f9
commit b8e44dc62b

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,
});