From 93a26078002a03527a24d29dd2d26dc88c5ca0d4 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Mon, 27 Nov 2023 22:14:42 +0000 Subject: [PATCH] Update sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md Co-authored-by: Rich Harris --- .../src/routes/docs/content/01-api/02-runes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md b/sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md index 84b71e7d6e..1f07f07188 100644 --- a/sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md +++ b/sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md @@ -313,9 +313,8 @@ This works just like `$log`, but triggers `console.table` instead of `console.lo ## `$log.trace` -This works just like `$log`, but in addition to logging the values, it will also trace -any mutations to fine-grain reactive state and log the sourcecode location to help find -the cause for something changing. +This works just like `$log`, but in addition to logging the values themselves it will pinpoint the +line of code that triggered the update. ```svelte