diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 02:37:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 02:39:30 +0100 |
commit | 851ca8da9d72fbc438420eab4a7de4d84fb5bc5d (patch) | |
tree | 4a3c415f6787d6391a4edf45e75d52572ad95201 /README.md | |
parent | f566a8a6da4643b8684e748c024fb362710b6bb6 (diff) |
Fix typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ $ ./make --no-pcre ## Description -Grab invokations must include a pattern string which specifies which text +Grab invocations must include a pattern string which specifies which text to match. A pattern string consists of one or more commands. A command is an operator followed by a delimiter, a regular expression (regex), and then terminated by the same delimiter. The last delimiter of the last |