aboutsummaryrefslogtreecommitdiff
path: root/src/layer/layered.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer/layered.rs')
-rw-r--r--src/layer/layered.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layer/layered.rs b/src/layer/layered.rs
index f09c58c..e276514 100644
--- a/src/layer/layered.rs
+++ b/src/layer/layered.rs
@@ -470,7 +470,7 @@ where
return Interest::sometimes();
}
- // otherwise, allow the inner subscriber or collector to weigh in.
+ // otherwise, allow the inner subscriber or subscriber to weigh in.
inner
}