diff --git a/src/components/main/compositing/mod.rs b/src/components/main/compositing/mod.rs index f4b4f67ead3..cf42af2a6b9 100644 --- a/src/components/main/compositing/mod.rs +++ b/src/components/main/compositing/mod.rs @@ -131,8 +131,7 @@ impl CompositorTask { } } - /// Starts the compositor. Returns an interface that can be used to communicate with the - /// compositor + /// Starts the compositor, which listens for messages on the specified port. pub fn create_compositor_task(port: Port, profiler_chan: ProfilerChan, shutdown_chan: Chan<()>) {