Skip to content

Commit 491600b

Browse files
committed
tab not spaces
1 parent bb797e1 commit 491600b

File tree

1 file changed

+2
-1
lines changed
  • packages/svelte/messages/compile-warnings

1 file changed

+2
-1
lines changed

packages/svelte/messages/compile-warnings/script.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ In this case, the state reassignment will not be noticed by whatever you passed
6969
import { setContext } from 'svelte';
7070
7171
let count = $state(0);
72-
// warning: state referenced locally
72+
73+
// warning: state_referenced_locally
7374
setContext('count', count);
7475
</script>
7576

0 commit comments

Comments
 (0)