Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu078 authored Feb 1, 2025
1 parent e83d34a commit 6c7a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/language/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Future<void> describeFlybyObjects(List<String> flybyObjects) async {
```

Note that the code above is asynchronous;
`try` works for both synchronous code and code in an `async` function.
`try` works for both synchronous and asynchronous code in an `async` function.

[Read more](/language/error-handling#exceptions) about exceptions,
including stack traces, `rethrow`,
Expand Down

0 comments on commit 6c7a6ef

Please sign in to comment.