Use consistent comments in fileformat.proto

This commit is contained in:
Simon Legner 2021-01-04 10:07:12 +01:00
parent ee9144ef25
commit eccef0c255
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ message Blob {
// Possible compressed versions of the data.
optional bytes zlib_data = 3;
// PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
// For LZMA compressed data (optional)
optional bytes lzma_data = 4;
// Formerly used for bzip2 compressed data. Deprecated in 2010.