Remove stray closing brace from Connect() documentation

This commit is contained in:
Vadim Zeitlin
2019-01-08 22:59:46 +01:00
parent fbbdcc058a
commit e90c6e83dd

View File

@@ -758,7 +758,7 @@ public:
@beginWxPerlOnly @beginWxPerlOnly
In wxPerl this function takes 4 arguments: @a id, @a lastid, In wxPerl this function takes 4 arguments: @a id, @a lastid,
@a type, @a method; if @a method is undef, the handler is @a type, @a method; if @a method is undef, the handler is
disconnected.} disconnected.
@endWxPerlOnly @endWxPerlOnly
@see Bind<>() @see Bind<>()