Skip to content

Commit

Permalink
Nit: Fix function name in comment for async-await.md (dart-lang#5870)
Browse files Browse the repository at this point in the history
Part 2 example contains wrong function name - referencing function from
part 1.
  • Loading branch information
hauserx authored May 27, 2024
1 parent 15dc6d9 commit 2409c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/codelabs/async-await.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Future<String> reportUserRole() async {
}
// Part 2
// TODO: Implement the reportUserRole function here.
// TODO: Implement the reportLogins function here.
// Call the provided async function fetchLoginAmount()
// to return the number of times that the user has logged in.
reportLogins() {}
Expand Down

0 comments on commit 2409c9f

Please sign in to comment.