From ca5254de5f297af20c09fcfbecc38e2ac69a0fcc Mon Sep 17 00:00:00 2001 From: Aron Zwaan Date: Wed, 30 Oct 2024 11:09:55 +0100 Subject: [PATCH] fix comment --- scopegraphs/src/containers/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scopegraphs/src/containers/env.rs b/scopegraphs/src/containers/env.rs index 261fed2..96c6ed3 100644 --- a/scopegraphs/src/containers/env.rs +++ b/scopegraphs/src/containers/env.rs @@ -173,7 +173,7 @@ pub trait Filterable<'sg, 'rslv, LABEL: 'sg, DATA: 'sg, DEQO>: where ResolvedPath<'sg, LABEL, DATA>: Eq + Hash + Clone, { - /// Implementation of the shadow operation on this container. + /// Implementation of the filter operation on this container. fn filter( base_env: &Env<'sg, LABEL, DATA>, sub_env: &Env<'sg, LABEL, DATA>,