From ce39797fa3bb15a1aa9f13044a3366e6bec93c2d Mon Sep 17 00:00:00 2001 From: liulinsong Date: Wed, 27 Mar 2024 17:37:55 +0800 Subject: [PATCH] Fix a typo --- docs/reference/gobject/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gobject/concepts.md b/docs/reference/gobject/concepts.md index 62bdf9546..816660bec 100644 --- a/docs/reference/gobject/concepts.md +++ b/docs/reference/gobject/concepts.md @@ -1722,7 +1722,7 @@ If you want to connect to a signal with a closure, you have three possibilities: system-wide operation. i.e.: the class closure will be invoked during each emission of a given signal on any of the instances of the type which supports that signal -- tou can use `g_signal_override_class_closure()` which overrides the class +- you can use `g_signal_override_class_closure()` which overrides the class closure of a given type. It is possible to call this function only on a derived type of the type on which the signal was registered. This function is of use only to language bindings