From b413570d6191d208600e1e36338954d6a1356695 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Wed, 24 Jun 2020 21:03:01 +0200 Subject: [PATCH] Typo in a comment, duh --- src/dodb/index.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dodb/index.cr b/src/dodb/index.cr index 962d69b..df79068 100644 --- a/src/dodb/index.cr +++ b/src/dodb/index.cr @@ -87,7 +87,7 @@ class DODB::Index(V) < DODB::Indexer(V) {value, key} end - # in case new_value hasn't change its index + # in case new_value hasn't changed its index def update(new_value : V) index = key_proc.call new_value update index, new_value