Index: README.md ================================================================== --- README.md +++ README.md @@ -237,11 +237,11 @@ trying to understand how the library works internally. * **sqliteInt.h** - this header file defines many of the data objects used internally by SQLite. - * **parse.y** - This file describes the LALR(1) grammer that SQLite uses + * **parse.y** - This file describes the LALR(1) grammar that SQLite uses to parse SQL statements, and the actions that are taken at each step in the parsing process. * **vdbe.c** - This file implements the virtual machine that runs prepared statements. There are various helper files whose names