Add missing GoDocs

This commit is contained in:
Christian Rocha
2021-09-07 15:28:08 -04:00
parent 749e48df11
commit c5ed2b4a01
2 changed files with 5 additions and 1 deletions

2
key.go
View File

@@ -99,7 +99,7 @@ func (k KeyType) String() (str string) {
return ""
}
// Control keys. I know we could do this with an iota, but the values are very
// Control keys. We could do this with an iota, but the values are very
// specific, so we set the values explicitly to avoid any confusion.
//
// See also: