Skip to content

Commit 78af0ab

Browse files
committed
docs: slots: Fix tiny typo.
1 parent e3bc525 commit 78af0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/functors/slot_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct SIGC_API slot_do_unbind
201201
*
202202
* You can also pass slots as method parameters where you might normally pass a function pointer.
203203
*
204-
* @section slots-auto-disconnect Member Methods and Automatic Disconnection.
204+
* @section slots-auto-disconnect Member Methods and Automatic Disconnection
205205
*
206206
* See @ref mem_fun "sigc::mem_fun()" about deriving from sigc::trackable to prevent member
207207
* methods from being called after the instance has been destroyed.

0 commit comments

Comments
 (0)