mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
docs(ext/url): typo in URLPatternResult (#12470)
This commit is contained in:
parent
ff932b411d
commit
63379185e2
1 changed files with 1 additions and 1 deletions
2
ext/url/lib.deno_url.d.ts
vendored
2
ext/url/lib.deno_url.d.ts
vendored
|
@ -192,7 +192,7 @@ declare interface URLPatternComponentResult {
|
||||||
groups: Record<string, string>;
|
groups: Record<string, string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** `URLPatternResult` is the object returned from `URLPattern.match`. */
|
/** `URLPatternResult` is the object returned from `URLPattern.exec`. */
|
||||||
declare interface URLPatternResult {
|
declare interface URLPatternResult {
|
||||||
/** The inputs provided when matching. */
|
/** The inputs provided when matching. */
|
||||||
inputs: [URLPatternInit] | [URLPatternInit, string];
|
inputs: [URLPatternInit] | [URLPatternInit, string];
|
||||||
|
|
Loading…
Reference in a new issue