From 63379185e2a1937f6830cbff634f178ca491672a Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 18 Oct 2021 00:07:18 +0530 Subject: docs(ext/url): typo in URLPatternResult (#12470) --- ext/url/lib.deno_url.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/url/lib.deno_url.d.ts') 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; } -/** `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]; -- cgit v1.2.3