Typo in a comment, duh

master
Luka Vandervelden 2020-06-24 21:03:01 +02:00
parent 5ecb94f74a
commit b413570d61
1 changed files with 1 additions and 1 deletions

View File

@ -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