Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Apr 24, 2023
1 parent 8134213 commit a533a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctests/string-set-get-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const value = await client.get('bike:1');
console.log(value);
// returns 'Process 134'
//REMOVE_START
assert.equal(value, 'bar');
assert.equal(value, 'Process 134');
//REMOVE_END

// HIDE_START
Expand Down

0 comments on commit a533a68

Please sign in to comment.