mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
chore: fix Println typo
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
219ed4ed09
commit
2b9d4e3015
@@ -483,10 +483,10 @@ type printLineMessage struct {
|
||||
messageBody string
|
||||
}
|
||||
|
||||
// Printf prints above the Program. This output is unmanaged by the program and
|
||||
// Println prints above the Program. This output is unmanaged by the program and
|
||||
// will persist across renders by the Program.
|
||||
//
|
||||
// Unlike fmt.Printf (but similar to log.Printf) the message will be print on
|
||||
// Unlike fmt.Println (but similar to log.Println) the message will be print on
|
||||
// its own line.
|
||||
//
|
||||
// If the altscreen is active no output will be printed.
|
||||
|
||||
Reference in New Issue
Block a user