We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6dcb8 commit d47dbd3Copy full SHA for d47dbd3
explorer-v2/src/lib/ESLintPlayground.svelte
@@ -18,7 +18,7 @@
18
<input type="number" bind:value={b}>
19
<input type="number" bind:value={c}>
20
21
-<p>{a} + {b} = {a + b + c}</p>`;
+<p>{a} + {b} + {c} = {a + b + c}</p>`;
22
23
const state = deserializeState(
24
(typeof window !== 'undefined' && window.location.hash.slice(1)) || ''
0 commit comments