Skip to content

Commit 5ece0eb

Browse files
committed
Text fix
1 parent 2279f7b commit 5ece0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sql.extensions/README.sql_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Procedure `EXPLAIN`
66

7-
`RDB$SQL.EXPLAIN` returns tabular information of a query's plan, without execute the query.
7+
`RDB$SQL.EXPLAIN` returns tabular information of a query's plan, without executing the query.
88

99
Since `SQL` text generally is multi-line string and have quotes, you may use `<alternate string literal>`
1010
(strings prefixed by `Q`) as a way to make escape easy.

0 commit comments

Comments
 (0)