Merge pull request #288 from zploskey/fix_error_message

Fix depending spelling and add comma in error message
This commit is contained in:
Rudi Grinberg 2017-10-20 15:06:54 +08:00 committed by GitHub
commit 266af18836
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let parse_deps ~dir lines ~modules ~alias_module ~lib_interface_module =
This doesn't make sense to me.\n\
\n\
%s is the main module of the library and is the only module exposed \n\
outside of the library. Consequently it should be the one dependending \n\
outside of the library. Consequently, it should be the one depending \n\
on all the other modules in the library."
unit (Path.to_string dir) m.name m.name);
let deps =