From dc5b7b2c2e1306c15985b5c82a88dbc984d0d5f1 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sat, 20 Aug 2022 10:12:33 +0100 Subject: [PATCH] Comment: Update comment text --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3e8a135..5ce3480 100644 --- a/src/main.rs +++ b/src/main.rs @@ -236,7 +236,7 @@ fn main() { usize::MAX }); - // If depth is set we set the default number_of_lines to be max + // If depth is set, then we set the default number_of_lines to be max // instead of screen height let default_height = if depth != usize::MAX { usize::MAX