Skip to content

Commit 5792704

Browse files
committed
capitalize comment
Signed-off-by: drew <me@andrinoff.com>
1 parent 9f3cb5c commit 5792704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tui/composer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (m *Composer) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
194194
m.bodyInput.SetWidth(inputWidth)
195195
m.signatureInput.SetWidth(inputWidth)
196196
if msg.Height > 0 {
197-
// fixed rows: title, from, to, cc, bcc, subject, sig label,
197+
// Fixed rows: title, from, to, cc, bcc, subject, sig label,
198198
// attachment, smime, button, blank, tip, help = 13
199199
const fixedRows = 13
200200
available := msg.Height - fixedRows

0 commit comments

Comments
 (0)