Skip to content

Commit

Permalink
fix: remove extra parenthesis from documentation example (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosplitter authored Jun 15, 2023
1 parent f3309e3 commit d26d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class Client {
* const client = new Client();
* client.geocode(args).then(gcResponse => {
* const str = JSON.stringify(gcResponse.data.results[0]);
* console.log(`First result is: ${str}`);)
* console.log(`First result is: ${str}`);
* });
* ```
*/
Expand Down

0 comments on commit d26d798

Please sign in to comment.