commit | bdb45b3b57141445aa0a8553048136fe5d834800 | [log] [tgz] |
---|---|---|
author | Oleg Kovalov <iamolegkovalov@gmail.com> | Wed Jul 22 14:47:38 2020 +0200 |
committer | Marcel van Lohuizen <mpvl@golang.org> | Wed Jul 22 20:36:55 2020 +0000 |
tree | 12ab3c0679895275be7aa8749e15006acc5f0c4f | |
parent | 6a495ae949bd710c7a55b5fc87840cdc0943ef19 [diff] [blame] |
cue: fix misspells Change-Id: I067e923857d30d01e674715f0988d396c071a37f Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6661 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
diff --git a/internal/cuetxtar/txtar.go b/internal/cuetxtar/txtar.go index 241305f..b24f43a 100644 --- a/internal/cuetxtar/txtar.go +++ b/internal/cuetxtar/txtar.go
@@ -105,7 +105,7 @@ return "", false } -// Bool searchs for a line starting with #key: value in the comment and +// Bool searches for a line starting with #key: value in the comment and // returns true if the key exists and the value is true. func (t *Test) Bool(key string) bool { s, ok := t.Value(key)