Skip to content

Commit 35ea3e3

Browse files
committed
review: add Mike's comment.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent bd4c626 commit 35ea3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/proxy-wasm/pairs_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class PairsUtil {
5555
/**
5656
* toPairs deserializes input buffer to Pairs.
5757
* @param buffer serialized input buffer.
58-
* @return deserialized Pairs.
58+
* @return deserialized Pairs or an empty instance in case of deserialization failure.
5959
*/
6060
static Pairs toPairs(std::string_view buffer);
6161
};

0 commit comments

Comments
 (0)