summary refs log tree commit diff stats
path: root/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index f5ee91fb5..c4d97f8c3 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -147,7 +147,7 @@ Represents the pattern that things are matched against, constructed with
  - `U` - expressions are not greedy by default. `?` can be added to a qualifier
    to make it greedy.
  - `u` - same as `8`
- - `W` - Unicode character properties
+ - `W` - Unicode character properties; `\w` matches `ะบ`.
  - `X` - "Extra", character escapes without special meaning (`\w` vs. `\a`) are
    errors
  - `x` - extended, comments (`#`) and newlines are ignored (extended)