fix: typo in editor interface

fg-job
TorchedSammy 2022-05-13 20:52:30 -04:00
parent dc933934eb
commit 960909b81d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ func editorGetRegister(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
buf := lr.rl.GetFromRegister(register)
return c.PushingNext1(t.Runtime, rt.StringValue(string(bufma))), nil
return c.PushingNext1(t.Runtime, rt.StringValue(string(buf))), nil
}