Skip to content

Commit 357be7c

Browse files
Merge pull request #76 from Ameliorate/master
Fix spelling in Callbacks and closures: s/only cost/only costs
2 parents e664c89 + 56dd684 commit 357be7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuto/closures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ container.add(&button);
8080
container.add(&label);
8181
```
8282

83-
Now it works, as simple as that! Remember: cloning a `Gtk-rs` object only cost a pointer copy, so it's not a problem.
83+
Now it works, as simple as that! Remember: cloning a `Gtk-rs` object only costs a pointer copy, so it's not a problem.
8484

8585
## Using non-`Gtk-rs` object into a `Gtk-rs` closure
8686

0 commit comments

Comments
 (0)