Skip to content

Commit

Permalink
fix unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdwx committed Apr 28, 2023
1 parent 0cfb2d0 commit d1c7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irisia-book/src/get_started/first_window.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ use irisia::{
#
#[irisia::main]
async fn main() {
Window::new::<MyApp>("my first app").await.join().await;
Window::new::<MyApp>("my first app").await.unwrap().join().await;
}
```

Expand Down

0 comments on commit d1c7778

Please sign in to comment.