Skip to content

Commit

Permalink
book: Fix typo in memory management chapter (gtk-rs#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Oct 1, 2023
1 parent b627383 commit 4ea1cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/g_object_memory_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn build_ui(application: &Application) {
}
```

The Rust compiler refuses to compile this application while spitting our multiple error messages.
The Rust compiler refuses to compile this application while spitting out multiple error messages.
Let's have a look at them one by one.

```console
Expand Down

0 comments on commit 4ea1cf6

Please sign in to comment.