Skip to content

Commit

Permalink
Update optional_catch_binding.rs
Browse files Browse the repository at this point in the history
Co-authored-by: overlookmotel <[email protected]>
  • Loading branch information
Dunqing and overlookmotel authored Aug 22, 2024
1 parent eb50a9d commit 002e6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! ```js
//! try {
//! throw 0;
//! } catch () {
//! } catch {
//! doSomethingWhichDoesNotCareAboutTheValueThrown();
//! }
//! ```
Expand Down

0 comments on commit 002e6c4

Please sign in to comment.