diff --git a/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html b/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html
index b81903f..9e6554b 100644
--- a/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html
+++ b/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html
@@ -765,13 +765,13 @@
Default value debug: boolean = false
Default value expectWebout: boolean = false
diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts
index b05e207..95ca77e 100644
--- a/src/SASViyaApiClient.ts
+++ b/src/SASViyaApiClient.ts
@@ -397,8 +397,8 @@ export class SASViyaApiClient {
* @param sessionId - optional session ID to reuse.
* @param silent - optional flag to turn of logging.
* @param data - execution data.
- * @param debug - flag taht indicates debug mode.
- * @param expectWebout - flag that indicates that web output is expected
+ * @param debug - when set to true, the log will be returned.
+ * @param expectWebout - when set to true, the automatic _webout fileref will be checked for content, and that content returned. This fileref is used when the Job contains a SASjs web request (as opposed to executing arbitrary SAS code).
*/
public async executeScript(
jobName: string,
flag taht indicates debug mode.
+when set to true, the log will be returned.