From 4c98b874862c2e6df7f71bdf36df0ba527690fbb Mon Sep 17 00:00:00 2001 From: rustN00b Date: Thu, 13 Feb 2025 10:29:39 +0300 Subject: Add missing period to doc comment --- src/layout/scrolling.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout') 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. -- cgit