diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/url/lib.deno_url.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/lib.deno_url.d.ts b/ext/url/lib.deno_url.d.ts index bb13bdbcc..e1cfdc392 100644 --- a/ext/url/lib.deno_url.d.ts +++ b/ext/url/lib.deno_url.d.ts @@ -192,7 +192,7 @@ declare interface URLPatternComponentResult { groups: Record<string, string>; } -/** `URLPatternResult` is the object returned from `URLPattern.match`. */ +/** `URLPatternResult` is the object returned from `URLPattern.exec`. */ declare interface URLPatternResult { /** The inputs provided when matching. */ inputs: [URLPatternInit] | [URLPatternInit, string]; |