Skip to content

Commit

Permalink
improve documentation of Pane#break
Browse files Browse the repository at this point in the history
The documentation claimed that the method returns [void] while it
actually returns a Pane.
  • Loading branch information
dominikh committed Aug 19, 2010
1 parent 8dcc306 commit c1e1714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmux/pane.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def clock_mode
#
# @param [Boolean] select If true, the new {Window window} will be
# selected automatically
# @return [void]
# @return [Pane]
# @tmuxver >=1.0
# @tmux break-pane
def break(select = true)
Expand Down

0 comments on commit c1e1714

Please sign in to comment.