fix doc error: missing opening brace (Thanks bitonic)
This commit is contained in:
parent
b008d8b2e9
commit
85e98d8d7d
|
@ -277,7 +277,7 @@ key being the name of the event and the value being a callback.
|
|||
workspace => sub { say "Workspaces changed" }
|
||||
);
|
||||
|
||||
if ($i3->subscribe(\%callbacks)->recv->{success})
|
||||
if ($i3->subscribe(\%callbacks)->recv->{success}) {
|
||||
say "Successfully subscribed";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue