Skip to content

Commit a0988a7

Browse files
authored
Merge pull request #376 from WeiZhang555/typo
Fix "a the hashs" -> "the hash" typo
2 parents 0a78760 + fd29eb3 commit a0988a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ let verified = ID(C) == D
9191
```
9292
Above, we define the content identifier as `ID(C)`, extracted from the `Descriptor.digest` field.
9393
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_.
94+
Function `H` returns the hash of `C` in bytes and is passed to function `EncodeHex` to obtain the _digest_.
9595
The result `verified` is true if `ID(C)` is equal to `D`, confirming that `C` is the content identified by `D`.
9696
After verification, the following is true:
9797

0 commit comments

Comments
 (0)