Fix doc comment syntax.

This commit is contained in:
Corey Farwell 2016-12-08 12:40:18 -10:00
parent c9370e04a5
commit 371d287f5d

View file

@ -384,7 +384,7 @@ pub enum CoreResourceMsg {
/// Message forwarded to file manager's handler
ToFileManager(FileManagerThreadMsg),
/// Break the load handler loop, send a reply when done cleaning up local resources
// and exit
/// and exit
Exit(IpcSender<()>),
}