File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export class BaseClient {
5555 /**
5656 * The underlying {@link Connection | connection} used by this client.
5757 *
58- * Clients are cheap to create, but connections are expensive. Where that make sense,
59- * a single connection may and should be reused by multiple `Client`.
58+ * Clients are cheap to create, but connections are expensive. Where it makes sense,
59+ * a single connection may and should be reused by multiple `Client`s .
6060 */
6161 public readonly connection : ConnectionLike ;
6262
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export class CloudOperationsClient {
4343 /**
4444 * The underlying {@link CloudOperationsConnection | connection} used by this client.
4545 *
46- * Clients are cheap to create, but connections are expensive. Where that make sense,
47- * a single connection may and should be reused by multiple `CloudOperationsClient`.
46+ * Clients are cheap to create, but connections are expensive. Where it makes sense,
47+ * a single connection may and should be reused by multiple `CloudOperationsClient`s .
4848 */
4949 public readonly connection : CloudOperationsConnection ;
5050 public readonly options : Readonly < CloudOperationsClientOptions > ;
You can’t perform that action at this time.
0 commit comments