Skip to content

Commit 7fbdd7f

Browse files
committed
spelling
1 parent 10907c3 commit 7fbdd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Group.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ displayio_group_t *native_group(mp_obj_t group_obj) {
7474
}
7575

7676
//| hidden: bool
77-
//| """True when the Group and all of it's layers are not visible. When False, the Group's layers
77+
//| """True when the Group and all of its layers are not visible. When False, the Group's layers
7878
//| are visible if they haven't been hidden."""
7979
STATIC mp_obj_t displayio_group_obj_get_hidden(mp_obj_t self_in) {
8080
displayio_group_t *self = native_group(self_in);

0 commit comments

Comments
 (0)