Skip to content

Commit 4ea1cf6

Browse files
authored
book: Fix typo in memory management chapter (#1504)
1 parent b627383 commit 4ea1cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/g_object_memory_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn build_ui(application: &Application) {
5353
}
5454
```
5555

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

5959
```console

0 commit comments

Comments
 (0)