Skip to content

Commit

Permalink
fixed postgres comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Feb 1, 2025
1 parent d55902d commit 223c34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/checkpoint-postgres/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ export class PostgresSaver extends BaseCheckpointSaver {
}

/**
* Return WHERE clause predicates for alist() given config, filter, cursor.
* Return WHERE clause predicates for a given list() config, filter, cursor.
*
* This method returns a tuple of a string and a tuple of values. The string
* is the parametered WHERE clause predicate (including the WHERE keyword):
* is the parameterized WHERE clause predicate (including the WHERE keyword):
* "WHERE column1 = $1 AND column2 IS $2". The list of values contains the
* values for each of the corresponding parameters.
*/
Expand Down

0 comments on commit 223c34c

Please sign in to comment.