1
0
Fork 0

fix comment

This commit is contained in:
jsteemann 2017-05-31 11:27:33 +02:00
parent 73a4203413
commit ad811dcd15
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ uint64_t AqlValue::hash(transaction::Methods* trx, uint64_t seed) const {
case VPACK_INLINE:
case VPACK_MANAGED: {
// we must use the slow hash function here, because a value may have
// different representations in case its an array/object/number
// different representations in case it's an array/object/number
return slice().normalizedHash(seed);
}
case DOCVEC: