Fix doc comment

This commit is contained in:
Hackerpilot 2014-07-23 18:31:27 -07:00
parent 44bee4cf29
commit e12d0cea5a
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ struct ModuleCache
/** /**
* Params: * Params:
* moduleName the name of the module being imported, in "a/b/c" style * moduleName = the name of the module being imported, in "a/b/c" style
* Returns: * Returns:
* The absolute path to the file that contains the module, or null if * The absolute path to the file that contains the module, or null if
* not found. * not found.