Skip to content

Commit

Permalink
clean up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 22, 2024
1 parent 0a77366 commit 8cb0964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plot/plotcore/ploteditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ func (pl *PlotEditor) setAllColumns(on bool) {
pl.NeedsRender()
}

// setColumnsByName turns cols On or Off if their name contains given string
// setColumnsByName turns columns on or off if their name contains
// the given string.
func (pl *PlotEditor) setColumnsByName(nameContains string, on bool) { //types:add
fr := pl.columnsFrame
for i, cli := range fr.Children {
Expand Down

0 comments on commit 8cb0964

Please sign in to comment.