Skip to content

Commit 0ef1add

Browse files
committed
update comment
1 parent f7a068b commit 0ef1add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/FunctionRpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ message FunctionEnvironmentReloadRequest {
246246

247247
message FunctionEnvironmentReloadResponse {
248248
enum CapabilitiesUpdateStrategy {
249-
// overwrites existing values and appends
249+
// overwrites existing values and appends new ones
250250
merge = 0;
251251
// existing capabilities are cleared and new capabilities are applied
252252
replace = 1;

0 commit comments

Comments
 (0)