Skip to content

Commit

Permalink
Fix API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Feb 25, 2024
1 parent 327451d commit 1d9e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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<record {}> rowType = <>) returns stream <rowType, Error?> = @java:Method {
'class: "io.ballerina.stdlib.sql.nativeimpl.OutParameterProcessor",
Expand Down

0 comments on commit 1d9e062

Please sign in to comment.