summaryrefslogtreecommitdiff
path: root/src/model/value.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/value.rs')
-rw-r--r--src/model/value.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/value.rs b/src/model/value.rs
index 4741401c..d68f42a0 100644
--- a/src/model/value.rs
+++ b/src/model/value.rs
@@ -307,7 +307,7 @@ where
}
fn hash128(&self) -> u128 {
- // Also hash the TypeId since nodes with different types but
+ // Also hash the TypeId since values with different types but
// equal data should be different.
let mut state = SipHasher::new();
self.type_id().hash(&mut state);