Skip to content

Commit 342a5ce

Browse files
committed
vg/recorder: cleanup comments
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 59fa3ce commit 342a5ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vg/recorder/recorder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (c *Canvas) Reset() {
7373
c.Actions = c.Actions[:0]
7474
}
7575

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

453453
var _ Commenter = (*Canvas)(nil)
454454

455-
// Comment implements a Recorder comment mechanism.
455+
// Comment implements a comment mechanism.
456456
type Comment struct {
457457
Text string
458458

0 commit comments

Comments
 (0)