Fix typo in comment: "hash see" → "hash seed"

fixes a minor typo in the WARNING comment of BSONElementHasher. "hash see" was mistakenly used instead of "hash seed".
This commit is contained in:
Adarsh Upase 2025-10-16 02:40:32 +05:30 committed by GitHub
parent 96ef05984e
commit 78d1e6227d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public:
* by choosing from among a family of hash functions. When it is not specified,
* use this.
*
* WARNING: do not change the hash see value. Hash-based sharding clusters will
* WARNING: do not change the hash seed value. Hash-based sharding clusters will
* expect that value to be zero.
*/
static constexpr HashSeed const DEFAULT_HASH_SEED = 0;