Skip to content

Commit

Permalink
Add better variable name and type for code snippets for the example b…
Browse files Browse the repository at this point in the history
…allerina/Module.md

Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
HussainLatiff and NipunaRanasinghe authored Jun 28, 2024
1 parent 45fe99c commit 200ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Now, utilize the available connector operations.
### Return linked third-party accounts of the user

```ballerina
var s = check cl->/users/\@me/connections();
ConnectedAccountResponse[] connectedAccounts = check cl->/users/\@me/connections();
````
### Step 4: Run the Ballerina application
Expand Down

0 comments on commit 200ee64

Please sign in to comment.