diff options
author | Cristian Greco <[email protected]> | 2010-07-16 11:50:55 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-26 12:01:22 +0200 |
commit | 205cc29241a17736ab93d82459a19fece7ba7b20 (patch) | |
tree | f2ada3b498486d1e726bf0b41f15477b19dde257 /lib/odbc/doc/src/databases.xml | |
parent | c4b4edaaf03ac12e12080cb4a3768edbb6ecf77d (diff) | |
download | otp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.gz otp-205cc29241a17736ab93d82459a19fece7ba7b20.tar.bz2 otp-205cc29241a17736ab93d82459a19fece7ba7b20.zip |
Fix minor typos and errors in documentation
Diffstat (limited to 'lib/odbc/doc/src/databases.xml')
-rw-r--r-- | lib/odbc/doc/src/databases.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odbc/doc/src/databases.xml b/lib/odbc/doc/src/databases.xml index 9776736909..a6ba0e5245 100644 --- a/lib/odbc/doc/src/databases.xml +++ b/lib/odbc/doc/src/databases.xml @@ -258,7 +258,7 @@ when p >= 16 </cell> that contains more than one SQL query. For example, the following SQLServer-specific statement creates a procedure that returns a result set containing information about employees - that work at the department and and a result set listing the + that work at the department and a result set listing the customers of that department. </p> <code type="none"> CREATE PROCEDURE DepartmentInfo (@DepartmentID INT) AS |