mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00: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
|
* ```ts
|
||||||
* const listener = Deno.listenDatagram({
|
* const listener = Deno.listenDatagram({
|
||||||
* address: "/foo/bar.sock",
|
* path: "/foo/bar.sock",
|
||||||
* transport: "unixpacket"
|
* transport: "unixpacket"
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue