From 6c02ee4cd6e80bd26b3d6b6931c2d13aa60d8d8b Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 13 Apr 2022 19:49:16 +0100 Subject: [PATCH] Update SASjs.ts --- src/SASjs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SASjs.ts b/src/SASjs.ts index 94e7f11..ac83240 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -77,7 +77,7 @@ export default class SASjs { } /** - * Executes code against a SAS 9 server. Requires a runner to be present in + * Executes SAS code on a SAS 9 server. Requires a runner to be present in * the users home directory in metadata. * @param linesOfCode - lines of sas code from the file to run. * @param username - a string representing the username. @@ -98,7 +98,7 @@ export default class SASjs { } /** - * Executes code against a SAS JS server + * Executes SAS code on a SASJS server * @param code - a string of code from the file to run. * @param authConfig - (optional) a valid client, secret, refresh and access tokens that are authorised to execute scripts. */