diff --git a/docs/claimantmodel/Logs.md b/docs/claimantmodel/Logs.md index 7431df0466..912b050088 100644 --- a/docs/claimantmodel/Logs.md +++ b/docs/claimantmodel/Logs.md @@ -87,4 +87,4 @@ The signature on each individual StatementDOMAIN can be omitted if bo * ClaimantDOMAIN and ClaimantLOG are the same actor; and * Every actor that is BelieverDOMAIN is also BelieverLOG -The signature on the Checkpoint effectively transitively signs each of the Claims within the log. This is what the [GoLang SumDB](https://blog.golang.org/module-mirror-launch) does. The Claim here is “*I, ${SumDB}, will return only $hash as the checksum for $module at $version*”. This is falsifiable; correct behaviour can be verified by confirming that no two entries in the log have the same module & version, but different checksums. +The signature on the Checkpoint effectively transitively signs each of the Claims within the log. This is what the [Go SumDB](https://blog.golang.org/module-mirror-launch) does. The Claim here is “*I, ${SumDB}, commit to $hash as the checksum for $module at $version*”. This is falsifiable; correct behaviour can be verified by confirming that no two entries committed to by the log have the same module & version, but different checksums.