Skip to content

Commit f8c648f

Browse files
committed
fix _version missing for protobuf
Signed-off-by: Timm Ruppert <timm.ruppert@persival.de>
1 parent ccb3bb4 commit f8c648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/architecture/trace_file_mcap_format.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif::[]
2121
- `message_encoding` field: Must be `protobuf``
2222
- `metadata` field:
2323
** Must include an `osi_version` key, specifying the OSI SemVer version of the OSI top-level message contained within the channel
24-
** Must include a `protobuf` key, specifying the protobuf SemVer version used to create the OSI top-level message contained within the channel
24+
** Must include a `protobuf_version` key, specifying the protobuf SemVer version used to create the OSI top-level message contained within the channel
2525
** Should include a `description` key, explaining the data's origin and purpose in natural language.
2626

2727

0 commit comments

Comments
 (0)