Comment: Update comment text

This commit is contained in:
andy.boot
2022-08-20 10:12:33 +01:00
parent cf5ebd76fe
commit dc5b7b2c2e
+1 -1
View File
@@ -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