Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe authored Jul 6, 2024
1 parent c3d2c5a commit 234a329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Now, utilize the available connector operations.

```ballerina
public function main() returns error? {
ConnectedAccountResponse[] connectedAccounts = check cl->/users/\@me/connections();
ConnectedAccountResponse[] connectedAccounts = check discord->/users/\@me/connections();
}
````
Expand Down
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.

```ballerina
public function main() returns error? {
ConnectedAccountResponse[] connectedAccounts = check cl->/users/\@me/connections();
ConnectedAccountResponse[] connectedAccounts = check discord->/users/\@me/connections();
}
````
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Now, utilize the available connector operations.

```ballerina
public function main() returns error? {
ConnectedAccountResponse[] connectedAccounts = check cl->/users/\@me/connections();
ConnectedAccountResponse[] connectedAccounts = check discord->/users/\@me/connections();
}
````
Expand Down

0 comments on commit 234a329

Please sign in to comment.