Skip to content

Commit e3bc525

Browse files
committed
docs: mem_fun: Improve the simple description.
1 parent 257acc2 commit e3bc525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/functors/macros/mem_fun.h.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ _FIREWALL([FUNCTORS_MEM_FUN])
213213
namespace sigc {
214214

215215
/** @defgroup mem_fun mem_fun()
216-
* mem_fun() is used to convert a pointer to a method to a functor.
216+
* mem_fun() Creates a functor from a pointer to a method.
217217
*
218218
* Optionally, a reference or pointer to an object can be bound to the functor.
219219
*

0 commit comments

Comments
 (0)