]> git.lizzy.rs Git - micro.git/blobdiff - internal/action/keytree.go
More style improvements
[micro.git] / internal / action / keytree.go
index d507eb11163321c224f652c05aa8049379ec78ab..895a88bae01fbee82268e3d77cf1a51e105e967c 100644 (file)
@@ -229,7 +229,7 @@ func (k *KeyTree) ResetEvents() {
        k.cursor.mouseInfo = nil
 }
 
-// CurrentEventsStr returns the list of recorded events as a string
+// RecordedEventsStr returns the list of recorded events as a string
 func (k *KeyTree) RecordedEventsStr() string {
        buf := &bytes.Buffer{}
        for _, e := range k.cursor.recordedEvents {