mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 09:58:27 +02:00
Fix typos by codespell (#7600)
# Description Found via `codespell -S target -L crate,ser,numer,falsy,ro,te,nd,bu,ndoes,statics,ons,fo,rouge,pard` # User-Facing Changes None. # Tests + Formatting None and done. # After Submitting None.
This commit is contained in:
@ -352,7 +352,7 @@ impl Grid {
|
||||
|
||||
let theoretical_max_num_lines = self.theoretical_max_num_lines(maximum_width);
|
||||
if theoretical_max_num_lines == 1 {
|
||||
// This if—statement is neccesary for the function to work correctly
|
||||
// This if—statement is necessary for the function to work correctly
|
||||
// for small inputs.
|
||||
return Some(Dimensions {
|
||||
num_lines: 1,
|
||||
|
Reference in New Issue
Block a user