Skip to content

Commit

Permalink
Remove an unnecessary code line from documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Mar 6, 2024
1 parent 8efc4d5 commit d3f6830
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ You can now utilize the operations available within the connector.

```ballerina
public function main() returns error? {
dsesign:Client docusignClient = ...//; instantiates the DocuSign eSignature client
// Creates an envelope
dsesign:EnvelopeSummary newEnvelope = check docusignClient->/accounts/[accountId]/envelopes.post({
Expand Down
1 change: 0 additions & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ You can now utilize the operations available within the connector.

```ballerina
public function main() returns error? {
dsesign:Client docusignClient = ...//; initializes the DocuSign eSignature client
// Creates an envelope
dsesign:EnvelopeSummary newEnvelope = check docusignClient->/accounts/[accountId]/envelopes.post({
Expand Down
1 change: 0 additions & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ You can now utilize the operations available within the connector.

```ballerina
public function main() returns error? {
dsesign:Client docusignClient = ...// initializes the DocuSign eSignature client
// Creates an envelope
dsesign:EnvelopeSummary newEnvelope = check docusignClient->/accounts/[accountId]/envelopes.post({
Expand Down

0 comments on commit d3f6830

Please sign in to comment.