Skip to content

Commit

Permalink
vg/recorder: cleanup comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Sep 2, 2023
1 parent 59fa3ce commit 342a5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vg/recorder/recorder.go
Expand Up @@ -73,7 +73,7 @@ func (c *Canvas) Reset() {
c.Actions = c.Actions[:0]
}

// ReplayOn applies the set of Actions recorded by the Recorder onto
// ReplayOn applies the set of Actions recorded by the Canvas onto
// the destination Canvas.
func (c *Canvas) ReplayOn(dst vg.Canvas) error {
if c.fonts == nil {
Expand Down Expand Up @@ -452,7 +452,7 @@ type Commenter interface {

var _ Commenter = (*Canvas)(nil)

// Comment implements a Recorder comment mechanism.
// Comment implements a comment mechanism.
type Comment struct {
Text string

Expand Down

0 comments on commit 342a5ce

Please sign in to comment.