Commit 6d03b3ea authored by Geoff Simmons's avatar Geoff Simmons

Update README to reflect new auto-doc formatting.

parent e4c932c3
......@@ -327,7 +327,7 @@ regex(...)
::
new xregex = regex(
new xregex = re2.regex(
STRING pattern,
BOOL utf8=0,
BOOL posix_syntax=0,
......@@ -936,7 +936,7 @@ set(...)
::
new xset = set(
new xset = re2.set(
ENUM {none, start, both} anchor=none,
BOOL utf8=0,
BOOL posix_syntax=0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment