From: Michael Stapelberg Date: Wed, 12 Oct 2011 22:25:56 +0000 (+0100) Subject: Fix documentation for get_marks (s/tree/marks) X-Git-Tag: 4.14~14^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d7bd64586319846d7da50c66304cb49fff9fbff4;p=i3%2Fi3 Fix documentation for get_marks (s/tree/marks) --- diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index cf43ab0c..3977e652 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -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 {