Fix another documentation typo. (CVS 2614)

FossilOrigin-Name: 55f4b14e1958ff3d2b0c99749f0c01192bafbf37
This commit is contained in:
drh 2005-08-23 11:03:02 +00:00
parent 8c154875b1
commit 75757853a0
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Fix\stypos\sin\ssyntax\sdocumentation.\s\sTicket\s#1374\sand\sa\sreport\son\sthe\smailing\nlist.\s(CVS\s2613)
D 2005-08-23T11:00:39
C Fix\sanother\sdocumentation\stypo.\s(CVS\s2614)
D 2005-08-23T11:03:03
F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -280,7 +280,7 @@ F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
F www/index.tcl 4c4d89a608c946a5d4462e7fe06c064fb7fa604a
F www/lang.tcl 0bf7cee29c6b235f14313b8cb91e85332f6ead0c
F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@ -297,7 +297,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P 1fab599b6f89534152c53b820b5e6ee1ba30c059
R fe67efd8fa92e473bdbc04271b047e9b
P 990d1f3a5b13cadc2930334c4bd7007e3645e75b
R 5c4127324d7c147b742490f904b18514
U drh
Z 32c4e707f1cb15d9729bec9a665ffd4a
Z 819ad2404c026915da7e299c86c26217

View File

@ -1 +1 @@
990d1f3a5b13cadc2930334c4bd7007e3645e75b
55f4b14e1958ff3d2b0c99749f0c01192bafbf37

View File

@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the lang-*.html files.
#
set rcsid {$Id: lang.tcl,v 1.96 2005/08/23 11:00:39 drh Exp $}
set rcsid {$Id: lang.tcl,v 1.97 2005/08/23 11:03:03 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
@ -1175,7 +1175,7 @@ the SELECT yields no rows, then the value of the SELECT is NULL.</p>
<p>A CAST expression changes the datatype of the <expr> into the
type specified by &lt;type&gt;.
&lt;type&gt; can be any non-empty type name that if valid
&lt;type&gt; can be any non-empty type name that is valid
for the type in a column definition of a CREATE TABLE statement.</p>
<p>Both simple and aggregate functions are supported. A simple