Skip to content

Commit 0aaeba1

Browse files
committed
fix
1 parent bf876ff commit 0aaeba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/sql_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ Locking
439439
Query cache
440440
===========
441441

442-
An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which is
443-
then issued to the backing PostgreSQL instance. The compiler query is then
442+
An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which
443+
is then issued to the backing PostgreSQL instance. The compiled query is then
444444
cached, so each following issue of the same query will not perform any
445445
compilation, but just pass through the cached query.
446446

0 commit comments

Comments
 (0)