Skip to content

Commit c661e3a

Browse files
committed
Fix typos in README of ContextGenerator.
1 parent f136374 commit c661e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/contexts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Context files
22

3-
This files are used to generate `src/Contexts/*.php` files.
3+
These files are used to generate `src/Contexts/*.php` files.
44
You need to run `./tools/run_generators.sh` to generate/update them.
55
The file `src/Tools/ContextGenerator.php` is responsible for building them.
66
And the generated files are loaded and used by `src/Context.php`.
@@ -18,7 +18,7 @@ For example: `tests/data/parser/parseSelectOverAlias_mariadb_100600.in`.
1818
## Files structure
1919

2020
The file `tools/contexts/_common.txt` contains all the data
21-
that exists in all of the MariaDB and MySQL versions currently supported.
21+
that exists in all the MariaDB and MySQL versions currently supported.
2222

2323
Each `tools/contexts/_functions[MariaDb|MySql]<versionint>.txt` contains the functions supported in this version.
2424

0 commit comments

Comments
 (0)