We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c8a6f commit f7ff7a0Copy full SHA for f7ff7a0
book/src/main_event_loop.md
@@ -369,7 +369,7 @@ Filename: <a class=file-link href="https://github.com/gtk-rs/gtk4-rs/blob/master
369
{{#rustdoc_include ../listings/main_event_loop/9/main.rs:tokio_runtime}}
370
```
371
372
-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`.
373
374
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>
375
0 commit comments