diff --git a/session/container.go b/session/container.go index 4c0d7dc..789ec85 100644 --- a/session/container.go +++ b/session/container.go @@ -219,7 +219,7 @@ func (x *Container) ApplyOnlyTo(cnr cid.ID) { x.cnrSet = true } -// AppliedTo checks if session scope is limited by a given container. +// AppliedTo checks if the session is propagated to the given container. // // Zero Container is applied to all author's containers. //