Skip to content

Commit b53b691

Browse files
authored
chore: Update comments on utils.js for clarity and accuracy (#963)
Update comments on utils.js for clarity and accuracy
1 parent c917b47 commit b53b691

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/01-svelte/04-logic/06-await-blocks/+assets/app-a/src/lib

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/01-svelte/04-logic/06-await-blocks/+assets/app-a/src/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export async function roll() {
2-
// Fetch a random number between 0 and 6
2+
// Fetch a random number from 1 to 6
33
// (with a delay, so that we can see it)
44
return new Promise((fulfil, reject) => {
55
setTimeout(() => {

0 commit comments

Comments
 (0)