Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Jun 10, 2024
1 parent debaced commit fa9e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ export class BaseClient {
*
* @example
* ```typescript
* const length = await client.linsert("my_list", InsertPosition.BEFORE, "World", "There");
* const length = await client.linsert("my_list", InsertPosition.Before, "World", "There");
* console.log(length); // Output: 2 - The list has a length of 2 after performing the insert.
* ```
*/
Expand Down

0 comments on commit fa9e2a1

Please sign in to comment.