summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts
index 0fe6df144..5a3547a6b 100644
--- a/cli/dts/lib.deno.unstable.d.ts
+++ b/cli/dts/lib.deno.unstable.d.ts
@@ -929,7 +929,7 @@ declare namespace Deno {
*
* ```ts
* const listener = Deno.listenDatagram({
- * address: "/foo/bar.sock",
+ * path: "/foo/bar.sock",
* transport: "unixpacket"
* });
* ```