diff --git a/packages/svelte/src/main/ambient.d.ts b/packages/svelte/src/main/ambient.d.ts index 6b7a17d1f4..8c1dbfc3b3 100644 --- a/packages/svelte/src/main/ambient.d.ts +++ b/packages/svelte/src/main/ambient.d.ts @@ -132,7 +132,7 @@ declare namespace $effect { declare function $props(): T; /** - * Deeply tracks and `console.log`s any values passed to the rune. Example: + * Logs the arguments whenever they, or the properties they contain, change. Example: * * ```ts * $log(someValue, someOtherValue)