Update mdf.md

This commit is contained in:
Dean Eigenmann 2019-10-25 10:46:08 +02:00 committed by GitHub
parent 0713ebcb9d
commit d718078ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mdf.md
View File

@ -32,7 +32,7 @@ We introduce the metadata message which is used to convey information about a me
package vac.mvds;
message Metadata {
bytes parents = 1;
repeated bytes parents = 1;
bool ack_required = 2 [default = true];
}
```