diff options
| -rw-r--r-- | src/layout/scrolling.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/scrolling.rs b/src/layout/scrolling.rs index 6a876910..865663b8 100644 --- a/src/layout/scrolling.rs +++ b/src/layout/scrolling.rs @@ -248,7 +248,7 @@ pub enum WindowHeight { Preset(usize), } -/// Horizontal direction for an operation +/// Horizontal direction for an operation. /// /// As operations often have a symmetrical counterpart, e.g. focus-right/focus-left, methods /// on `Scrolling` can sometimes be factored using the direction of the operation as a parameter. |
