Skip to content

Commit a88e2ba

Browse files
ruslantiCopilot
andauthored
Update src/proxywasm/key_value.rs
Co-authored-by: Copilot <[email protected]>
1 parent 17be7ff commit a88e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proxywasm/key_value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl Store {
157157
);
158158
(value, score)
159159
} else {
160-
// return and empty vector and 0.0 score if deserialization fails
160+
// return an empty vector and 0.0 score if deserialization fails
161161
// empty key should never happen
162162
(vec![], 0.0)
163163
}

0 commit comments

Comments
 (0)