aboutsummaryrefslogtreecommitdiff
path: root/examples/patterns
diff options
context:
space:
mode:
Diffstat (limited to 'examples/patterns')
-rw-r--r--examples/patterns/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/patterns/README.md b/examples/patterns/README.md
index 2fb17391..9e9d8601 100644
--- a/examples/patterns/README.md
+++ b/examples/patterns/README.md
@@ -332,7 +332,7 @@ not match the pattern.
>> "123 boxes":pattern_captures($Pat"{int} {id}")
= ["123", "boxes"]?
>> "xxx":pattern_captures($Pat"{int} {id}")
-= none:[Text]
+= none
```
---