diff --git a/reference/pdo/functions/PDOStatement-nextRowset.xml b/reference/pdo/functions/PDOStatement-nextRowset.xml index e87e71d7af..0e9d38dcda 100644 --- a/reference/pdo/functions/PDOStatement-nextRowset.xml +++ b/reference/pdo/functions/PDOStatement-nextRowset.xml @@ -1,5 +1,5 @@ - + PDOStatement->nextRowset() @@ -40,7 +40,7 @@ Fetching multiple rowsets returned from a stored procedure The following example shows how to call a stored procedure, - MULTIPLE_RESULTS, that returns three rowsets. We use a do / while loop to + MULTIPLE_ROWSETS, that returns three rowsets. We use a do / while loop to loop over the method, which returns false and terminates the loop when no more rowsets can be returned.