diff options
Diffstat (limited to '')
-rw-r--r-- | packages/bun-types/globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/globals.d.ts b/packages/bun-types/globals.d.ts index 02a9eaa68..aa532bd42 100644 --- a/packages/bun-types/globals.d.ts +++ b/packages/bun-types/globals.d.ts @@ -1189,7 +1189,7 @@ interface Blob { declare var performance: { /** - * Seconds since Bun.js started + * Milliseconds since Bun.js started * * Uses a high-precision system timer to measure the time elapsed since the * Bun.js runtime was initialized. The value is represented as a double |