Skip to content

Commit 1f541d0

Browse files
fix typo
1 parent 851d46b commit 1f541d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ pub enum WindowMove<'a> {
279279
Direction(Direction),
280280
}
281281

282-
/// This enum hold the actions that can be applied to a tag
282+
/// This enum holds the actions that can be applied to a tag
283283
#[derive(Debug, Clone, Display)]
284284
#[allow(missing_docs)]
285285
pub enum TagAction {

0 commit comments

Comments
 (0)