]> git.sur5r.net Git - i3/i3/commitdiff
Fix documentation for get_marks (s/tree/marks)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 12 Oct 2011 22:25:56 +0000 (23:25 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 12 Oct 2011 22:25:56 +0000 (23:25 +0100)
lib/AnyEvent/I3.pm

index cf43ab0c99783887ea77adb86868d505d155e303..3977e652adfae74ebb7f203ab7fcb99b07371d71 100644 (file)
@@ -345,7 +345,7 @@ sub get_tree {
 Gets all the window identifier marks from i3 (>= v4.1).
 
     my $marks = i3->get_marks->recv;
-    say Dumper($tree);
+    say Dumper($marks);
 
 =cut
 sub get_marks {