diff --git a/libraries/render/src/task/Config.h b/libraries/render/src/task/Config.h index 608afdce3c..7632d4e85d 100644 --- a/libraries/render/src/task/Config.h +++ b/libraries/render/src/task/Config.h @@ -143,9 +143,9 @@ public: // Get a sub job config through task.getConfig(path) // where path can be: - // - the name of the job and then the first one found will be returned traversing the Render engine graph + // - search for the first job named job_name traversing the the sub graph of task and jobs (from this task as root) // - .[.] - // Allowing to first look for the parent_name job (from the Render root) and then search from there for the + // Allowing to first look for the parent_name job (from this task as root) and then search from there for the // optional sub_parent_names and finally from there looking for the job_name (assuming every job in the path were found) // // getter for qml integration, prefer the templated getter