]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: The synopsis mentioned ->workspaces, but it’s ->get_workspaces
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 26 Sep 2011 18:25:38 +0000 (19:25 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 26 Sep 2011 18:25:38 +0000 (19:25 +0100)
lib/AnyEvent/I3.pm

index d191241c1cab323354d7f60a3c975edcaa1cc831..36642643bb69e13c3eca81fe402ed8c59758ce72 100644 (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