mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs: fix unix socket examples (#10705)
This commit is contained in:
parent
7a751b8135
commit
736b736479
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -929,7 +929,7 @@ declare namespace Deno {
|
|||
*
|
||||
* ```ts
|
||||
* const listener = Deno.listenDatagram({
|
||||
* address: "/foo/bar.sock",
|
||||
* path: "/foo/bar.sock",
|
||||
* transport: "unixpacket"
|
||||
* });
|
||||
* ```
|
||||
|
|
Loading…
Add table
Reference in a new issue