Skip to content

Commit 4901cd4

Browse files
committed
Command argument handling - added a comma
1 parent ca2b877 commit 4901cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/nodejs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ objects are flattened into sequential key-value pairs:
137137

138138
```js
139139
// These commands are all equivalent.
140-
client.hset('user' {
140+
client.hset('user', {
141141
name: 'Bob',
142142
age: 20,
143143
description: 'I am a programmer',

0 commit comments

Comments
 (0)