mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
docs: remove redundant word in comment (#782)
This commit is contained in:
parent
a6ed0f2430
commit
9240ab4625
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ type pagerStatusMessage struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Perform stuff that needs to happen after a successful markdown stash. Note
|
// Perform stuff that needs to happen after a successful markdown stash. Note
|
||||||
// that the the returned command should be sent back the through the pager
|
// that the returned command should be sent back the through the pager
|
||||||
// update function.
|
// update function.
|
||||||
func (m *pagerModel) showStatusMessage(msg pagerStatusMessage) tea.Cmd {
|
func (m *pagerModel) showStatusMessage(msg pagerStatusMessage) tea.Cmd {
|
||||||
// Show a success message to the user
|
// Show a success message to the user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue