diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-01-28 11:52:16 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-01-28 11:52:16 +0100 |
commit | 103c356061b734012afe024c74178d7aeb5c4d7e (patch) | |
tree | bd5404a8d6a5547b87da4cefd8e829d16e3c8292 | |
parent | 0b19ee7a7a67111c1549a3ab0c48f2809d1a7aec (diff) |
fixed typo
-rw-r--r-- | markup/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/api.md b/markup/api.md index 0e5c83d..3659520 100644 --- a/markup/api.md +++ b/markup/api.md @@ -102,7 +102,7 @@ software publisher _A_ can be sure that publicly logged artifact hashes are only considered valid if signed by their own namespace(s). (Credit: our namespace format is inspired by Keybase's -key-id](https://keybase.io/docs/api/1.0/kid).) +[key-id](https://keybase.io/docs/api/1.0/kid).) #### Ed25519V1 At this time the only supported namespace type is based on Ed25519, see [RFC |