Skip to content

Commit 09d4cf3

Browse files
authored
Fix the use of underscores when a hyphen is more accurate
1 parent d844cdc commit 09d4cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/core-metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Metadata-Version
5050
Version of the file format; legal values are "1.0", "1.1", "1.2", "2.1",
5151
"2.2", "2.3", and "2.4".
5252

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

0 commit comments

Comments
 (0)