[#38] Typo fixes

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-08-11 18:39:34 +03:00 committed by Stanislav Bogatyrev
parent f236f6bc59
commit cfd24944a4
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ message PlacementRule {
Operation op = 1;
oneof Args {
oneof args {
string value = 2;
SimpleFilters f_args = 3;
}