Skip to content

Commit

Permalink
Update src/client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cleve-fauna authored Feb 24, 2023
1 parent 3a32ad5 commit 4af03b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export class Client {
/**
* Constructs a new {@link Client}.
* @param clientConfiguration - the {@link ClientConfiguration} to apply. Defaults to recommended ClientConfiguraiton.
* @param httpClient - The underlying {@link HTTPClient} that will execute the actual HTTP calls. Defaults to recommended HTTPClient. * @example
* @param httpClient - The underlying {@link HTTPClient} that will execute the actual HTTP calls. Defaults to recommended HTTPClient.
* @example
* ```typescript
* const myClient = new Client(
* {
Expand Down

0 comments on commit 4af03b8

Please sign in to comment.