From f147326fe0c1a141be89fc02c3b46c2f9a09fe32 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 11 Jun 2018 14:50:43 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c491bfe..753758642 100644 --- a/README.md +++ b/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`). 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 void foo(int, char) { /* ... */ }