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
/// compositor
/// Starts the compositor, which listens for messages on the specified port.
pub fn create_compositor_task(port: Port<Msg>,
profiler_chan: ProfilerChan,
shutdown_chan: Chan<()>) {