]> git.sur5r.net Git - i3/i3/blobdiff - lib/AnyEvent/I3.pm
Fix documentation for get_marks (s/tree/marks)
[i3/i3] / lib / AnyEvent / I3.pm
index 979e0867cac474771b5c15f5314fbecd7b4aadf4..3977e652adfae74ebb7f203ab7fcb99b07371d71 100644 (file)
@@ -15,11 +15,11 @@ AnyEvent::I3 - communicate with the i3 window manager
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =head1 SYNOPSIS
 
@@ -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 {