mirror of https://gitee.com/bigwinds/arangodb
fix comment
This commit is contained in:
parent
73a4203413
commit
ad811dcd15
|
@ -47,7 +47,7 @@ uint64_t AqlValue::hash(transaction::Methods* trx, uint64_t seed) const {
|
||||||
case VPACK_INLINE:
|
case VPACK_INLINE:
|
||||||
case VPACK_MANAGED: {
|
case VPACK_MANAGED: {
|
||||||
// we must use the slow hash function here, because a value may have
|
// 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);
|
return slice().normalizedHash(seed);
|
||||||
}
|
}
|
||||||
case DOCVEC:
|
case DOCVEC:
|
||||||
|
|
Loading…
Reference in New Issue