servo: Merge #14510 - Fix doc comment syntax (from frewsxcv:comment); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: 5b389a228c39f0598d5f1d265bff5c013deaabb4
This commit is contained in:
Corey Farwell 2016-12-08 16:10:08 -08:00
Родитель 52ecd3fc06
Коммит 0aa9f72a95
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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<()>),
}