diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-09-07 16:52:18 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-10-02 00:54:13 +0200 |
commit | 5ef28fd026d8f3d7a31ddbcac09da8108873ba87 (patch) | |
tree | 1e0d88c95025992fd8319c6b8b9100c04f6b8e89 /doc | |
parent | 93e1adb39c2c99f56ea34a151f7accecfca122e0 (diff) |
don't use "X" twice
Two "X" in the same section, unrelated, can be more confusing than clarifying.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.md b/doc/design.md index d2a6a62..aa47d86 100644 --- a/doc/design.md +++ b/doc/design.md @@ -86,7 +86,7 @@ for additional detail. ``` A claimant's statement encodes the following claim: _the right opaque data has -cryptographic hash X_. It is stored in a sigsum log for discoverability. A +a certain cryptographic hash_. It is stored in a sigsum log for discoverability. A claimant may add additional claims that are _implicit_ for each statement. An implicit claim is not stored by the log and therefore communicated through policy. Examples of implicit claims: |