Comment update

This commit is contained in:
Uwe Seimet 2021-12-17 16:59:49 +01:00
parent 22753b1547
commit e8d9e97fe5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ message PbOperationParameter {
string name = 1;
// "int" or "string"
string type = 2;
// Any value is permitted if empty
// Any value of the specified type is permitted if empty
repeated string values = 3;
bool is_mandatory = 4;
}