Skip to content

Commit

Permalink
book: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woelfman authored Jun 15, 2024
1 parent d1c8a6f commit abcfdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/main_event_loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Filename: <a class=file-link href="https://github.com/gtk-rs/gtk4-rs/blob/master
{{#rustdoc_include ../listings/main_event_loop/9/main.rs:tokio_runtime}}
```

In the button callback we can now spawn the `requwest` `async` block with `tokio` rather than with `glib`.
In the button callback we can now spawn the `reqwest` `async` block with `tokio` rather than with `glib`.

Filename: <a class=file-link href="https://github.com/gtk-rs/gtk4-rs/blob/master/book/listings/main_event_loop/9/main.rs">listings/main_event_loop/9/main.rs</a>

Expand Down

0 comments on commit abcfdcb

Please sign in to comment.