From 6613a312b160374ba7a86c3b88fb67c0fe4247e0 Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:41:59 +0100 Subject: docs: code example to `structuredClone`, `CompressionStream`, `DecompressionStream` (#13719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- ext/websocket/lib.deno_websocket.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/websocket/lib.deno_websocket.d.ts') diff --git a/ext/websocket/lib.deno_websocket.d.ts b/ext/websocket/lib.deno_websocket.d.ts index af9026d41..8b79fa5cc 100644 --- a/ext/websocket/lib.deno_websocket.d.ts +++ b/ext/websocket/lib.deno_websocket.d.ts @@ -37,7 +37,7 @@ interface WebSocketEventMap { /** * Provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. * - * If you are looking to create a WebSocket server, please take a look at Deno.upgradeWebSocket(). + * If you are looking to create a WebSocket server, please take a look at `Deno.upgradeWebSocket()`. */ declare class WebSocket extends EventTarget { constructor(url: string, protocols?: string | string[]); -- cgit v1.2.3