Skip to content

Commit a1308b2

Browse files
authored
Merge pull request #347 from cnjhb/patch-1
fix typo for reference.md
2 parents a412921 + 038173d commit a1308b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace, caller has to use the return value from `require` call.
8080

8181
### GObject.Closure
8282

83-
- `GObject.Glosure(func)`
83+
- `GObject.Glosure(target)`
8484
- `target` is Lua function or anything Lua-callable.
8585

8686
Creates new GClosure instance wrapping given Lua callable. When

0 commit comments

Comments
 (0)