Skip to content

Commit 921272a

Browse files
committed
docs: fix typo
1 parent 800af10 commit 921272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/ags/gobject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MyObj extends GObject.Object {
7474
@property(String)
7575
declare myProp: string
7676

77-
constructors() {
77+
constructor() {
7878
super({ myProp: "default-value" })
7979
}
8080
}

0 commit comments

Comments
 (0)