From 62465ca4ee93826cd901b021a7e97b58adea5879 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 2 Jan 2021 15:17:01 +0000 Subject: fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) --- std/testing/_diff.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/testing/_diff.ts') diff --git a/std/testing/_diff.ts b/std/testing/_diff.ts index e6f631002..25b4cc977 100644 --- a/std/testing/_diff.ts +++ b/std/testing/_diff.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -/** This module is browser compatible. */ +// This module is browser compatible. interface FarthestPoint { y: number; -- cgit v1.2.3