Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/specifications/core-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Metadata-Version
Version of the file format; legal values are "1.0", "1.1", "1.2", "2.1",
"2.2", "2.3", and "2.4".

Automated tools consuming metadata SHOULD warn if ``metadata_version`` is
Automated tools consuming metadata SHOULD warn if ``metadata-version`` is
greater than the highest version they support, and MUST fail if
``metadata_version`` has a greater major version than the highest
``metadata-version`` has a greater major version than the highest
version they support (as described in the
:ref:`Version specifier specification <version-specifiers>`,
the major version is the value before the first dot).
Expand Down
Loading