chore: tidy comments

This commit is contained in:
bashbunni
2025-04-04 14:51:38 -07:00
parent a291578e28
commit 7df895396b
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -250,8 +250,6 @@ func WithHeaders(headers ...string) Option {
}
}
// TODO andrey confirm this... I'm pretty sure that's how it's working now
//
// WithHeight sets the height of the table. The given height will be the total
// table height including borders, margins, and padding. This function is used
// as an [Option] in when creating a table with [New].