Skip to content

Commit

Permalink
Merge pull request #53 from ayeshLK/main
Browse files Browse the repository at this point in the history
Update API docs
  • Loading branch information
ayeshLK authored Aug 28, 2024
2 parents 4896a45 + 0f38493 commit a7f0860
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 @@ -82,7 +82,7 @@ public type CertKey record {|
#
# + options - Get message option
# + waitInterval - The maximum time (in seconds) that a `get` call waits for a suitable message to
# arrive. It is used in conjunction with `ibmmq.MQGMO_WAIT`.
# arrive. It is used in conjunction with `ibmmq:MQGMO_WAIT`.
# + matchOptions - Message selection criteria
public type GetMessageOptions record {|
int options = MQGMO_NO_WAIT;
Expand Down

0 comments on commit a7f0860

Please sign in to comment.