diff --git a/packages/svelte/src/main/ambient.d.ts b/packages/svelte/src/main/ambient.d.ts index 8c1dbfc3b3..4e1fa222fa 100644 --- a/packages/svelte/src/main/ambient.d.ts +++ b/packages/svelte/src/main/ambient.d.ts @@ -144,8 +144,7 @@ declare function $log(): void; declare namespace $log { /** - * Deeply tracks and `console.log`s any values passed to the rune and pauses execution with - * a debugger break point. + * Pauses execution with a `debugger` break point whenever the arguments, or the properties they contain, change. Example: * * ```ts * $log.break(someValue, someOtherValue)