Skip to content

Commit 3134607

Browse files
savokissleviding
andauthored
Update 1-js/11-async/08-async-await/02-rewrite-async-2/solution.md
Co-Authored-By: LeviDing <imdingxuewen@gmail.com>
1 parent 1ef5ca7 commit 3134607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/11-async/08-async-await/02-rewrite-async-2

1-js/11-async/08-async-await/02-rewrite-async-2/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function demoGithubUser() {
3434
// 循环将在警告后继续
3535
alert("No such user, please reenter.");
3636
} else {
37-
// 未知错误, rethrow
37+
// 未知错误rethrow
3838
throw err;
3939
}
4040
}

0 commit comments

Comments
 (0)