Skip to content

Commit

Permalink
Fix a wrong link and two typos in the docs for workspace (sminez#174)
Browse files Browse the repository at this point in the history
Co-authored-by: Innes Anderson-Morrison <[email protected]>
  • Loading branch information
SpyrosRoum and sminez authored Jul 12, 2021
1 parent 1ae5ea7 commit 6b3ea78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/workspace.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! A set of clients and accompanying layout logic for display on a single screen
//!
//! The [Workspace] struct is Penrose' control structure for what should be displayed on a single
//! screen at any one point. Each individual [Client] is owned centrally by the [WindowManager][2]
//! screen at any one point. Each individual [Client] is owned centrally by the [WindowManager][1]
//! but can be obtained via its ID which is tracked in the `Workspace`. [Layouts][2] are managed per
//! workspace, allowing you to specialise layout behaviour for individual workspaces if desired.
//!
Expand Down Expand Up @@ -31,7 +31,7 @@ pub(crate) struct ArrangeActions {

/// A Workspace represents a named set of clients that are tiled according
/// to a specific layout. Layout properties are tracked per workspace and
/// clients are referenced by ID. Workspaces are independant of monitors and
/// clients are referenced by ID. Workspaces are independent of monitors and
/// can be moved between monitors freely, bringing their clients with them.
///
/// The parent WindowManager struct tracks which client is focused from the
Expand Down

0 comments on commit 6b3ea78

Please sign in to comment.