clarify comment

This commit is contained in:
Jeff Williams 2012-09-24 06:53:33 -07:00
parent 716adbabf3
commit e2ed15141c

View File

@ -221,7 +221,7 @@ function main() {
/**
Retrieve the fully resolved path to the requested template.
@param {string} template - The path to the requested template. May be a fully resolved path;
@param {string} template - The path to the requested template. May be an absolute path;
a path relative to the current working directory; or a path relative to the JSDoc directory.
@return {string} The fully resolved path to the requested template.
*/