File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ const QUIC_V0_OR_V1 = or(_QUIC, _QUICV1)
448
448
* import { multiaddr } from '@multiformats/multiaddr'
449
449
* import { QUIC } from '@multiformats/multiaddr-matcher'
450
450
*
451
- * UDP .matches(multiaddr('/ip4/123.123.123.123/udp/1234/quic')) // true
451
+ * QUIC .matches(multiaddr('/ip4/123.123.123.123/udp/1234/quic')) // true
452
452
* ```
453
453
*/
454
454
export const QUIC = fmt ( _QUIC )
@@ -460,9 +460,9 @@ export const QUIC = fmt(_QUIC)
460
460
*
461
461
* ```ts
462
462
* import { multiaddr } from '@multiformats/multiaddr'
463
- * import { QUIC } from '@multiformats/multiaddr-matcher'
463
+ * import { QUICV1 } from '@multiformats/multiaddr-matcher'
464
464
*
465
- * UDP .matches(multiaddr('/ip4/123.123.123.123/udp/1234/quic-v1')) // true
465
+ * QUICV1 .matches(multiaddr('/ip4/123.123.123.123/udp/1234/quic-v1')) // true
466
466
* ```
467
467
*/
468
468
export const QUICV1 = fmt ( _QUICV1 )
You can’t perform that action at this time.
0 commit comments