From 55d7387a48a925fb26cb740fa3e21d3f036ff3f3 Mon Sep 17 00:00:00 2001 From: Daniel Bruce Date: Thu, 29 Aug 2024 15:53:08 -0400 Subject: [PATCH] Update the documentation for the Table --- src/authorized-view.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authorized-view.ts b/src/authorized-view.ts index 259106105..338972514 100644 --- a/src/authorized-view.ts +++ b/src/authorized-view.ts @@ -35,8 +35,8 @@ interface IncrementInformation { * contains methods the user can call to work with authorized views. * * @class - * @param {Instance} instance Instance Object. - * @param {string} id Unique identifier of the table. + * @param {Table} table The table that the authorized view exists on. + * @param {string} id Unique identifier of the authorized view. * */ export class AuthorizedView extends TabularApiSurface {