Michele Caini 7 years ago
parent
commit
f147326fe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2235,7 +2235,7 @@ listeners they contain (`size`) or if they contain at least a listener (`empty`)
 and even to swap two signal handlers (`swap`).
 and even to swap two signal handlers (`swap`).
 
 
 Besides them, there are member functions to use both to connect and disconnect
 Besides them, there are member functions to use both to connect and disconnect
-listeners in all their forms by means of a sink::
+listeners in all their forms by means of a sink:
 
 
 ```cpp
 ```cpp
 void foo(int, char) { /* ... */ }
 void foo(int, char) { /* ... */ }