diff options
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index e6fe9d2c9..3a6315d50 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -143,7 +143,7 @@ declare namespace Deno { * * The plugin system is not stable and will change in the future, hence the * lack of docs. For now take a look at the example - * https://github.com/denoland/deno/tree/master/test_plugin + * https://github.com/denoland/deno/tree/main/test_plugin */ export function openPlugin(filename: string): number; |