Skip to content

Commit

Permalink
docs(area): fixed godoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jan 5, 2023
1 parent 3f96465 commit 6015244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions area_printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ func (p *AreaPrinter) GenericStop() (*LivePrinter, error) {
return &lp, nil
}

// Wrapper function that clears the content of the Area.
// Moves the cursor to the bottom of the terminal, clears n lines upwards from
// Clear is a Wrapper function that clears the content of the Area
// moves the cursor to the bottom of the terminal, clears n lines upwards from
// the current position and moves the cursor again.
func (p *AreaPrinter) Clear() {
p.area.Clear()
Expand Down

0 comments on commit 6015244

Please sign in to comment.