Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 19, 2024
1 parent b281282 commit 89ed264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ui/src/dock/panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ pub trait Panel: EventEmitter<PanelEvent> + FocusableView {
true
}

/// Set actived state of the panel.
/// Set active state of the panel.
///
/// This method will be called when the panel is actived or unactived.
/// This method will be called when the panel is active or inactive.
#[allow(unused_variables)]
fn set_active(&self, active: bool, cx: &ViewContext<Self>) {}

Expand Down

0 comments on commit 89ed264

Please sign in to comment.