We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303e79 commit 109817fCopy full SHA for 109817f
nats/js/kv.py
@@ -259,7 +259,7 @@ async def update(
259
validate_keys: bool = True
260
) -> int:
261
"""
262
- update will update the value iff the latest revision matches.
+ update will update the value if the latest revision matches.
263
264
if validate_keys and not _is_key_valid(key):
265
raise nats.js.errors.InvalidKeyError(key)
0 commit comments