]> gitweb.factorcode.org Git - factor.git/commitdiff
odbc-docs: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 29 Oct 2016 18:32:27 +0000 (21:32 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Oct 2016 21:18:53 +0000 (14:18 -0700)
unmaintained/odbc/odbc-docs.factor

index 111f102d07273390bc8f1d2f435afedc03538766..8a019277f621e7156a77477cc0210a2b7fe02e3e 100644 (file)
@@ -80,7 +80,7 @@ HELP: odbc-get-field
 HELP: odbc-get-row-fields
 { $values { "statement" "an ODBC statement handle" } { "seq" "a sequence" } } 
 { $description 
-    "Returns a sequence of all field data for the current row. Note that this isnot the <field> objects, but the data for that field. This word can only be called once on a given row. Subsequent calls on the same row may fail on some ODBC drivers."
+    "Returns a sequence of all field data for the current row. Note that this is not the <field> objects, but the data for that field. This word can only be called once on a given row. Subsequent calls on the same row may fail on some ODBC drivers."
 } 
 { $see-also odbc-init odbc-connect odbc-disconnect odbc-prepare odbc-free-statement odbc-execute odbc-next-row odbc-number-of-columns odbc-describe-column odbc-get-field odbc-get-row-fields odbc-get-all-rows odbc-query } ;