Docs: coolin never boolin

This commit is contained in:
kayos@tcp.direct 2022-06-10 10:49:27 -07:00
parent f5d4d6d269
commit f5e06646e8
Signed by: kayos
GPG Key ID: 4B841471B4BEE979
2 changed files with 2 additions and 2 deletions

@ -116,7 +116,7 @@ type KeyValue struct {
}
```
KeyValue represents a key and a value from a key/balue store.
KeyValue represents a key and a value from a key/value store.
#### type Store

@ -5,7 +5,7 @@ import (
"git.tcp.direct/tcp.direct/database"
)
// KeyValue represents a key and a value from a key/balue store.
// KeyValue represents a key and a value from a key/value store.
type KeyValue struct {
Key Key
Value Value