Skip to content

Commit

Permalink
Fixed param name
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 5, 2024
1 parent 0960d81 commit e803ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/behavior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ pub trait Behavior<Pane> {

/// Called if the user edits the tree somehow, e.g. changes the size of some container,
/// clicks a tab, or drags a tile.
fn on_edit(&mut self, _edit_kind: EditAction) {}
fn on_edit(&mut self, _edit_action: EditAction) {}
}

/// How many columns should we use to fit `n` children in a grid?
Expand Down

0 comments on commit e803ffc

Please sign in to comment.