1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a typo in limits.html. (CVS 4193)

FossilOrigin-Name: c709140b51610a2fbbff15c1fd80783218780f6f
This commit is contained in:
drh
2007-07-30 23:02:38 +00:00
parent b695acae1f
commit bb9491293b
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
#
# Run this script to generate the limits.html output file
#
set rcsid {$Id: limits.tcl,v 1.3 2007/06/18 12:22:43 drh Exp $}
set rcsid {$Id: limits.tcl,v 1.4 2007/07/30 23:02:39 drh Exp $}
source common.tcl
header {Implementation Limits For SQLite}
puts {
@ -79,7 +79,7 @@ possible.
<p>
During part of SQLite's INSERT and SELECT processing, the complete
content of each row in the database is encoded as a single BLOB.
So the SQLTIE_MAX_LENGTH parameter also determines the maximum
So the SQLITE_MAX_LENGTH parameter also determines the maximum
number of bytes in a row.
</p>
}