From 1d9e062789134935862033296a143c3844e26e9c Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Sun, 25 Feb 2024 18:58:07 +0530 Subject: [PATCH] Fix API Docs --- ballerina/types.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",