diff --git a/templates/pages/developer/backend.html b/templates/pages/developer/backend.html index 1549a095..0afc8d92 100644 --- a/templates/pages/developer/backend.html +++ b/templates/pages/developer/backend.html @@ -100,7 +100,7 @@ clause) to consider optimal index usage.
The path module then generates an optimal Plan, -which contains the operations to be performed to execute the query. +which contains the operations to be performed to execute the query.The Plan is then passed to the executor for execution, and the