Skip to content

Commit 109817f

Browse files
authored
Fix doc-string typo (#702)
1 parent 6303e79 commit 109817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nats/js/kv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async def update(
259259
validate_keys: bool = True
260260
) -> int:
261261
"""
262-
update will update the value iff the latest revision matches.
262+
update will update the value if the latest revision matches.
263263
"""
264264
if validate_keys and not _is_key_valid(key):
265265
raise nats.js.errors.InvalidKeyError(key)

0 commit comments

Comments
 (0)