Skip to content

Commit

Permalink
utils/data: Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
har7an committed Dec 7, 2022
1 parent 38b5940 commit 2d8cbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zellij-utils/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,15 @@ pub struct ResizeStrategy {
/// If set to true (default), increasing resizes towards a viewport border will be inverted.
/// I.e. a scenario like this ("increase right"):
///
/// ```
/// ```text
/// +---+---+
/// | | X |->
/// +---+---+
/// ```
///
/// turns into this ("decrease left"):
///
/// ```
/// ```text
/// +---+---+
/// | |-> |
/// +---+---+
Expand Down

0 comments on commit 2d8cbaf

Please sign in to comment.