diff --git a/ballerina/types.bal b/ballerina/types.bal index 2ecff877..3e4ba0d6 100644 --- a/ballerina/types.bal +++ b/ballerina/types.bal @@ -1326,7 +1326,7 @@ public class CursorOutParameter { # Parses returned SQL result set values to a ballerina stream value. # - # + typeDesc - The `typedesc` of the record to which the result needs to be returned + # + rowType - The `typedesc` of the record to which the result needs to be returned # + return - Stream of records in the `rowType` type public isolated function get(typedesc rowType = <>) returns stream = @java:Method { 'class: "io.ballerina.stdlib.sql.nativeimpl.OutParameterProcessor",