fixed docstring for create_compositor_task

This commit is contained in:
Tim Kuehn 2013-06-14 12:26:29 -07:00
parent b5dac3f426
commit 112ec6f938

View file

@ -131,8 +131,7 @@ impl CompositorTask {
} }
} }
/// Starts the compositor. Returns an interface that can be used to communicate with the /// Starts the compositor, which listens for messages on the specified port.
/// compositor
pub fn create_compositor_task(port: Port<Msg>, pub fn create_compositor_task(port: Port<Msg>,
profiler_chan: ProfilerChan, profiler_chan: ProfilerChan,
shutdown_chan: Chan<()>) { shutdown_chan: Chan<()>) {