Skip to content

Commit 5b1f156

Browse files
committed
chore: fix comment
1 parent 2d72c8e commit 5b1f156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/string_family.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ OpStatus SetCmd::Set(const SetParams& params, string_view key, string_view value
546546
DCHECK(params.flags & SET_IF_NOTEXIST) << params.flags;
547547
if (IsValid(find_res.it)) {
548548
return OpStatus::SKIPPED;
549-
} // else AddNew() below
549+
} // else AddNew() is called below
550550
}
551551
}
552552

0 commit comments

Comments
 (0)