sync: fix incorrect comment (#6020)

This commit is contained in:
Uwe Klotz
2023-09-21 10:44:27 +02:00
committed by GitHub
parent 3f6165d82e
commit 9bc782acfc
+1 -1
View File
@@ -824,7 +824,7 @@ fn maybe_changed<T>(
}
if state.is_closed() {
// All receivers have dropped.
// The sender has been dropped.
return Some(Err(error::RecvError(())));
}