From 7b735ab6fc3e0bb368f1ca484168eaefbbe3ce9c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 4 Apr 2025 18:29:09 -0400 Subject: Misc fixes --- examples/patterns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/patterns/README.md') 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 ``` --- -- cgit v1.2.3