Skip to content

Commit

Permalink
chore: Fix typo in internal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Sep 15, 2023
1 parent b3391bb commit 18005c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn get_previous_id(state: WorkspaceState, no_empty_before: bool) -> i32 {
}
}

/// Gets the next workspace on a monitor, or try to choose the new right-most empty workspace
/// Gets the next workspace on a monitor, or try to choose the next right-most empty workspace
///
/// 1) If we're the last workspace on a monitor:
/// 1.1) If we're at the MAX or the user doesn't want empty workspaces, return the current id
Expand Down

0 comments on commit 18005c7

Please sign in to comment.