Skip to content
Snippets Groups Projects
Commit af958de9 authored by David Stainton's avatar David Stainton
Browse files

Fix typo

parent 96d7a48d
No related branches found
No related tags found
2 merge requests!510Release,!347Fix kv API, add Exists method
......@@ -167,6 +167,6 @@ func (v *KV) makeKey(key string, version uint64) string {
// Exists returns false if the error indicates the element doesn't
// exist.
func (v *KV) Exists(err Error) bool {
func (v *KV) Exists(err error) bool {
return ekv.Exists(err)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment