Skip to content

Commit

Permalink
docs: Change the comment for Entry data type (#1503)
Browse files Browse the repository at this point in the history
* Change the comment for Entry data type

* docs: Change the comment for Entry data type
  • Loading branch information
danieljbruce authored Oct 22, 2024
1 parent 86c8f4b commit e6bdb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@ export type Entry = any;
/*
The Entry type is expected to be in the following format:
{
columnFamily: {
column: Data // Data is the expected type passed into Mutation.encodeSetCell
}
key?: Uint8Array|string,
data?: Data, // The Data type is described in the Mutation class.
method?: typeof mutation.methods
}
*/

Expand Down

0 comments on commit e6bdb82

Please sign in to comment.