diff --git a/src/cmap/connection_pool.ts b/src/cmap/connection_pool.ts index aa83032bee..b49c3d1d7b 100644 --- a/src/cmap/connection_pool.ts +++ b/src/cmap/connection_pool.ts @@ -118,10 +118,10 @@ export const PoolState = Object.freeze({ closed: 'closed' } as const); -/** +/** * @public * @deprecated This interface is deprecated and will be removed in a future release as it is not used - * in the driver + * in the driver */ export interface CloseOptions { force?: boolean;