From 11d856cde1e3c5e455b482b92050cf7a8a0ab5cd Mon Sep 17 00:00:00 2001 From: Titan Jamison Date: Sat, 18 Mar 2023 15:14:41 -0700 Subject: [PATCH] fixed a typo --- docs/sec3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sec3.html b/docs/sec3.html index 0652b73..b96765a 100644 --- a/docs/sec3.html +++ b/docs/sec3.html @@ -209,7 +209,7 @@ explain that to you first.

A signal is emitted when something happens. For example, a window is created, a window is destroyed and so on. The signal “activate” is emitted when the application is activated. (Activated is a bit different -from started, but you can think the both are almost same so far.) If the +from started, but you can think of them both as almost the same so far.) If the signal is connected to a function, which is called a signal handler or simply handler, then the function is invoked when the signal emits.

The flow is like this: