diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6515d25..d3e2d58 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,9 +1,8 @@ name: Generate docs on: - push: - branches: - - master + - push + - pull_requests jobs: gen: diff --git a/editor.go b/editor.go index d720a41..60eeb0b 100644 --- a/editor.go +++ b/editor.go @@ -99,7 +99,7 @@ func editorGetLine(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) { // #interface editor // getChar() -> string // Reads a keystroke from the user. This is in a format -// of something like Ctrl-L.. +// of something like Ctrl-L. func editorReadChar(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) { buf := lr.rl.ReadChar()