We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fa3ce commit 342a5ceCopy full SHA for 342a5ce
1 file changed
vg/recorder/recorder.go
@@ -73,7 +73,7 @@ func (c *Canvas) Reset() {
73
c.Actions = c.Actions[:0]
74
}
75
76
-// ReplayOn applies the set of Actions recorded by the Recorder onto
+// ReplayOn applies the set of Actions recorded by the Canvas onto
77
// the destination Canvas.
78
func (c *Canvas) ReplayOn(dst vg.Canvas) error {
79
if c.fonts == nil {
@@ -452,7 +452,7 @@ type Commenter interface {
452
453
var _ Commenter = (*Canvas)(nil)
454
455
-// Comment implements a Recorder comment mechanism.
+// Comment implements a comment mechanism.
456
type Comment struct {
457
Text string
458
0 commit comments