Skip to content

Commit f7ff7a0

Browse files
woelfmanbilelmoussaoui
authored andcommitted
book: Fix typo
1 parent d1c8a6f commit f7ff7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/main_event_loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Filename: <a class=file-link href="https://github.com/gtk-rs/gtk4-rs/blob/master
369369
{{#rustdoc_include ../listings/main_event_loop/9/main.rs:tokio_runtime}}
370370
```
371371

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

374374
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>
375375

0 commit comments

Comments
 (0)