We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a068b commit 0ef1addCopy full SHA for 0ef1add
src/proto/FunctionRpc.proto
@@ -246,7 +246,7 @@ message FunctionEnvironmentReloadRequest {
246
247
message FunctionEnvironmentReloadResponse {
248
enum CapabilitiesUpdateStrategy {
249
- // overwrites existing values and appends
+ // overwrites existing values and appends new ones
250
merge = 0;
251
// existing capabilities are cleared and new capabilities are applied
252
replace = 1;
0 commit comments