diff --git a/docs/reference/sql_adapter.rst b/docs/reference/sql_adapter.rst index 0e8ccbbb103..2cecdf8fa02 100644 --- a/docs/reference/sql_adapter.rst +++ b/docs/reference/sql_adapter.rst @@ -439,8 +439,8 @@ Locking Query cache =========== -An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which is -then issued to the backing PostgreSQL instance. The compiler query is then +An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which +is then issued to the backing PostgreSQL instance. The compiled query is then cached, so each following issue of the same query will not perform any compilation, but just pass through the cached query.