From 09529f6592b3e58228ede39b666ae47a40068fef Mon Sep 17 00:00:00 2001 From: Sam Cake Date: Wed, 21 Jun 2017 00:54:04 -0700 Subject: [PATCH] One more refinemnt of the comment --- libraries/render/src/task/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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