Bugfix: The synopsis mentioned ->workspaces, but it’s ->get_workspaces

This commit is contained in:
Michael Stapelberg 2011-09-26 19:25:38 +01:00
parent 7176a7074b
commit 6274959029
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ then subscribe to events or send messages and receive their replies.
use AnyEvent::I3;
my $workspaces = i3->workspaces->recv;
my $workspaces = i3->get_workspaces->recv;
say "Currently, you use " . @{$workspaces} . " workspaces";
=head1 EXPORT