Skip to content

Commit 2bb6bce

Browse files
DominicGBauerDominic Bauer
andauthored
docs: fix table examples (#299)
Co-authored-by: Dominic Bauer <[email protected]>
1 parent a8bb3d9 commit 2bb6bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/db/schema/Table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class Table<Columns extends ColumnsType = ColumnsType> {
8888
* @param {TableV2Options} [v2Options] - Optional configuration options for V2 syntax
8989
*
9090
* @example
91-
* <caption>New constructor example</caption>
9291
* ```javascript
92+
* // New Constructor
9393
* const table = new Table(
9494
* {
9595
* name: column.text,
@@ -101,8 +101,8 @@ export class Table<Columns extends ColumnsType = ColumnsType> {
101101
*
102102
*
103103
* @example
104-
* <caption>Deprecated constructor example</caption>
105104
* ```javascript
105+
* // Deprecated Constructor
106106
* const table = new Table({
107107
* name: 'users',
108108
* columns: [

0 commit comments

Comments
 (0)