Fix documentation for get_marks (s/tree/marks)

next
Michael Stapelberg 2011-10-12 23:25:56 +01:00
parent 9054711650
commit d7bd645863
1 changed files with 1 additions and 1 deletions

View 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 {