diff options
author | drh <drh@noemail.net> | 2018-11-28 19:23:28 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2018-11-28 19:23:28 +0000 |
commit | 4d2f81eb7351308230773faa2f285e763f3d30d0 (patch) | |
tree | e2dfdf119cdbad6c92dcacb5ea15509e329b9fe3 /src | |
parent | 3a85a298c903a1b5761a2d1f90b7519d6211b5c7 (diff) | |
download | sqlite-4d2f81eb7351308230773faa2f285e763f3d30d0.tar.gz sqlite-4d2f81eb7351308230773faa2f285e763f3d30d0.zip |
Fix a typo in a comment used to generate documentation. No changes to code.
FossilOrigin-Name: 62360ceae9d2321003c49cfac3e9f915969a0da12d02c3e633cfa898c0a68566
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 69c2b27f7..85ef3635a 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -3633,7 +3633,7 @@ int sqlite3_limit(sqlite3*, int id, int newVal); ** <dd>The SQLITE_PREPARE_NORMALIZE flag indicates that a normalized ** representation of the SQL statement should be calculated and then ** associated with the prepared statement, which can be obtained via -** the [sqlite3_normalized_sql()] interface. The semantics used to +** the [sqlite3_normalized_sql()] interface.)^ The semantics used to ** normalize a SQL statement are unspecified and subject to change. ** At a minimum, literal values will be replaced with suitable ** placeholders. |