Skip to content

Commit

Permalink
remove dash
Browse files Browse the repository at this point in the history
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
  • Loading branch information
cyip10 and Yury-Fridlyand committed Jul 18, 2024
1 parent 4a48337 commit fae3526
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 @@ -750,7 +750,7 @@ export class BaseClient {
* See https://valkey.io/commands/getdel/ for details.
*
* @param key - The key to retrieve from the database.
* @returns - If `key` exists, returns the `value` of `key`. Otherwise, return `null`.
* @returns If `key` exists, returns the `value` of `key`. Otherwise, return `null`.
*
* @example
* ```typescript
Expand Down

0 comments on commit fae3526

Please sign in to comment.