We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf3ed9 commit f860c39Copy full SHA for f860c39
kube-runtime/src/reflector/multi_dispatcher.rs
@@ -68,7 +68,7 @@ impl MultiDispatcher {
68
}
69
70
71
-/// BroadcastStream allows to stream shared list of dynamic objects,
+/// `BroadcastStream` allows to stream shared list of dynamic objects,
72
/// sources of which can be changed at any moment.
73
pub struct BroadcastStream<W> {
74
pub stream: Arc<Mutex<W>>,
0 commit comments