From ad8054ebed7db1bbfbfcf15a85b00f96fc0f8325 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:52:57 -0500 Subject: [PATCH] update table comments --- crates/nu-table/src/table.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-table/src/table.rs b/crates/nu-table/src/table.rs index e39284c2ea..d2cf8f4d63 100644 --- a/crates/nu-table/src/table.rs +++ b/crates/nu-table/src/table.rs @@ -966,10 +966,10 @@ impl TableOption, ColoredConfig> for .collect(); } None => { - // we don't have widths cached; which means that NO widtds adjustmens were done + // we don't have widths cached; which means that NO width adjustments were done // which means we are OK to leave columns as they are. // - // but we are actually always got to have widths at this point + // but we actually always have to have widths at this point } };