diff options
author | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
commit | dee1dc6e9dbb8a3c24e436a468e91e861d1a6950 (patch) | |
tree | 56065df71024f8024aec37c9071509aef19de570 /lib/odbc | |
parent | d7c3a2dd6bdd963fde37236bd9155d59b344f9b2 (diff) | |
parent | 205cc29241a17736ab93d82459a19fece7ba7b20 (diff) | |
download | otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.gz otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.bz2 otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.zip |
Merge branch 'cg/small-typos' into dev
Diffstat (limited to 'lib/odbc')
-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 |