From f5e06646e8818a1462793e287eb582136f0219cc Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Fri, 10 Jun 2022 10:49:27 -0700 Subject: [PATCH] Docs: coolin never boolin --- bitcask/README.md | 2 +- bitcask/keyvalue.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcask/README.md b/bitcask/README.md index 1575366..ecf13ce 100644 --- a/bitcask/README.md +++ b/bitcask/README.md @@ -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 diff --git a/bitcask/keyvalue.go b/bitcask/keyvalue.go index badd331..6bf2266 100644 --- a/bitcask/keyvalue.go +++ b/bitcask/keyvalue.go @@ -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