diff options
Diffstat (limited to 'std/testing/_diff.ts')
-rw-r--r-- | std/testing/_diff.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |