We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756744a commit fd29eb3Copy full SHA for fd29eb3
descriptor.md
@@ -91,7 +91,7 @@ let verified = ID(C) == D
91
```
92
Above, we define the content identifier as `ID(C)`, extracted from the `Descriptor.digest` field.
93
Content `C` is a string of bytes.
94
-Function `H` returns a the hashs of `C` in bytes and is passed to function `EncodeHex` to obtain the _digest_.
+Function `H` returns the hash of `C` in bytes and is passed to function `EncodeHex` to obtain the _digest_.
95
The result `verified` is true if `ID(C)` is equal to `D`, confirming that `C` is the content identified by `D`.
96
After verification, the following is true:
97
0 commit comments