Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f2cfc5

Browse files
committed
Typo fix
Erik Rijkers
1 parent 4eb49db commit 4f2cfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ EXEC SQL EXECUTE stmt1 INTO :dboid, :dbname USING 1;
555555
</para>
556556

557557
<para>
558-
If a statement return multiple rows, the application can use a
558+
If a statement returns multiple rows, the application can use a
559559
cursor declared based on the prepared statement. To bind input
560560
parameters, the cursor must be opened with
561561
a <literal>USING</literal> clause:

0 commit comments

Comments
 (0)