Skip to content

Commit 6aaeeff

Browse files
committed
Update comment.
1 parent 9cca37c commit 6aaeeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/js/processbuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ class ProcessBuilder {
859859
* Recursively resolve the path of each library required by this module.
860860
*
861861
* @param {Object} mdl A module object from the server distro index.
862-
* @returns {{[id: string]: string}} An object containing the paths of each library this server requires.
862+
* @returns {{[id: string]: string}} An object containing the paths of each library this module requires.
863863
*/
864864
_resolveModuleLibraries(mdl){
865865
if(!mdl.subModules.length > 0){

0 commit comments

Comments
 (0)