From 6bb4a7ea1848651bacfc3e0f6f5a848bdeea09e9 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Sun, 13 Jun 2021 21:01:15 +0300 Subject: [PATCH] Update SASjs.ts fix grammar --- src/SASjs.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SASjs.ts b/src/SASjs.ts index d2500ee..7b43a59 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -602,10 +602,10 @@ export default class SASjs { } /** - * this function validates the structure of input data and verify that proper rules are being followed for table name + * This function validates the input data structure and table naming convention * - * @param data a json object contains one or more table, it can also be null - * @returns a object which contains two attributes: 1) status: boolean, 2) msg: string + * @param data A json object that contains one or more tables, it can also be null + * @returns An object which contains two attributes: 1) status: boolean, 2) msg: string */ private validateInput(data: { [key: string]: any } | null): { status: boolean