summaryrefslogtreecommitdiffstats
path: root/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'web/src')
-rw-r--r--web/src/hasher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/hasher.rs b/web/src/hasher.rs
index 9ce2f7be..1a28a2f9 100644
--- a/web/src/hasher.rs
+++ b/web/src/hasher.rs
@@ -1,6 +1,6 @@
use std::collections::hash_map::DefaultHasher;
-/// The hasher used to compare layouts.
+/// The hasher used to compare subscriptions.
#[derive(Debug)]
pub struct Hasher(DefaultHasher);