From e90c6e83dd422c5da4eecae7e1ef48283e881243 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 8 Jan 2019 22:59:46 +0100 Subject: [PATCH] Remove stray closing brace from Connect() documentation --- interface/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 061ba76201..105c95d4a3 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -758,7 +758,7 @@ public: @beginWxPerlOnly In wxPerl this function takes 4 arguments: @a id, @a lastid, @a type, @a method; if @a method is undef, the handler is - disconnected.} + disconnected. @endWxPerlOnly @see Bind<>()