Skip to content

Commit df33652

Browse files
committed
Ensure definitions are consistently capitalised
Signed-off-by: Joshua Lock <[email protected]>
1 parent 6671fb4 commit df33652

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tuf-spec.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -522,15 +522,15 @@ All signed metadata objects have the format:
522522

523523
: <dfn for="role">ROLE</dfn>
524524
::
525-
a dictionary whose "_type" field describes the role type.
525+
A dictionary whose "_type" field describes the role type.
526526

527527
: <dfn for="role">KEYID</dfn>
528528
::
529-
the identifier of the key signing the <a for="role">ROLE</a> dictionary.
529+
The identifier of the key signing the <a for="role">ROLE</a> dictionary.
530530

531531
: <dfn>SIGNATURE</dfn>
532532
::
533-
a hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
533+
A hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
534534

535535

536536
All keys have the format:
@@ -545,19 +545,19 @@ All keys have the format:
545545

546546
: <dfn>KEYTYPE</dfn>
547547
::
548-
a string denoting a public key signature system, such as <a
548+
A string denoting a public key signature system, such as <a
549549
for="keytype">"rsa"</a>, <a for="keytype">"ed25519"</a>, and <a
550550
for="keytype">"ecdsa-sha2-nistp256"</a>.
551551

552552
: <dfn>SCHEME</dfn>
553553
::
554-
a string denoting a corresponding signature scheme. For example: <a
554+
A string denoting a corresponding signature scheme. For example: <a
555555
for="scheme">"rsassa-pss-sha256"</a>, <a for="scheme">"ed25519"</a>, and <a
556556
for="scheme">"ecdsa-sha2-nistp256"</a>.
557557

558558
: <dfn>KEYVAL</dfn>
559559
::
560-
a dictionary containing the public portion of the key.
560+
A dictionary containing the public portion of the key.
561561

562562
The reference implementation defines three signature schemes, although TUF
563563
is not restricted to any particular signature scheme, key type, or

0 commit comments

Comments
 (0)