Skip to content

Commit 6b7b1e7

Browse files
committed
fix typo: add missing "
1 parent 96534fb commit 6b7b1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Version: **1.0 (Draft)**
823823
shell-style wildcards. For example, the path pattern "targets/*.tgz" would
824824
match file paths "targets/foo.tgz" and "targets/bar.tgz", but not
825825
"targets/foo.txt". Likewise, path pattern "foo-version-?.tgz" matches
826-
foo-version-2.tgz" and "foo-version-a.tgz", but not "foo-version-alpha.tgz".
826+
"foo-version-2.tgz" and "foo-version-a.tgz", but not "foo-version-alpha.tgz".
827827

828828
Prioritized delegations allow clients to resolve conflicts between delegated
829829
roles that share responsibility for overlapping target paths. To resolve

0 commit comments

Comments
 (0)