Skip to content

Commit

Permalink
Update the documentation for the Table
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce committed Aug 29, 2024
1 parent f92e3dc commit 55d7387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/authorized-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 55d7387

Please sign in to comment.