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 98974f5 commit d439c8aCopy full SHA for d439c8a
content/tutorial/01-svelte/08-stores/04-derived-stores/README.md
@@ -8,7 +8,7 @@ You can create a store whose value is based on the value of one or more _other_
8
/// file: stores.js
9
export const elapsed = derived(
10
time,
11
- ($time) => Math.round(($time - start) / 1000)
+ ($time) => +++Math.round(($time - start) / 1000)+++
12
);
13
```
14
0 commit comments