summaryrefslogtreecommitdiff
path: root/ext/websocket/lib.deno_websocket.d.ts
diff options
context:
space:
mode:
authoryoungwendy <166624921+youngwendy@users.noreply.github.com>2024-04-12 22:33:43 +0800
committerGitHub <noreply@github.com>2024-04-12 08:33:43 -0600
commit84e198f0d0285077c228a2ea41e927103ec4119f (patch)
tree3743787699b5686cc16eabf29c1bc59a6ba55ffd /ext/websocket/lib.deno_websocket.d.ts
parent650db71e35970af85a3f0a0ca89125088a372013 (diff)
chore: remove repetitive words (#23341)
Signed-off-by: youngwendy <clonefetch@outlook.com>
Diffstat (limited to 'ext/websocket/lib.deno_websocket.d.ts')
-rw-r--r--ext/websocket/lib.deno_websocket.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/lib.deno_websocket.d.ts b/ext/websocket/lib.deno_websocket.d.ts
index f3b496f3e..b7227c255 100644
--- a/ext/websocket/lib.deno_websocket.d.ts
+++ b/ext/websocket/lib.deno_websocket.d.ts
@@ -85,7 +85,7 @@ declare interface WebSocket extends EventTarget {
*/
readonly url: string;
/**
- * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason.
+ * Closes the WebSocket connection, optionally using code as the WebSocket connection close code and reason as the WebSocket connection close reason.
*/
close(code?: number, reason?: string): void;
/**