Skip to content

Commit f18c7ba

Browse files
authored
Minor spelling fixes (#370)
1 parent 86f0e14 commit f18c7ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can still find the table in [multibase.csv](https://github.com/multiformats/
118118

119119
> Can I use multicodec for my own purpose?
120120
121-
Sure, you can use multicodec whenever you have the need for self-identifiable data. Just prefix your own data with the corresponding varint encodec multicodec.
121+
Sure, you can use multicodec whenever you have the need for self-identifiable data. Just prefix your own data with the corresponding varint encoded multicodec.
122122

123123
## Contribute
124124

table.csv

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ bitcoin-tx, ipld, 0xb1, permanent, Bitc
7777
bitcoin-witness-commitment, ipld, 0xb2, permanent, Bitcoin Witness Commitment
7878
zcash-block, ipld, 0xc0, permanent, Zcash Block
7979
zcash-tx, ipld, 0xc1, permanent, Zcash Tx
80-
caip-50, multiformat, 0xca, draft, CAIP-50 multi-chain account id
81-
streamid, namespace, 0xce, draft, Ceramic Stream Id
80+
caip-50, multiformat, 0xca, draft, CAIP-50 multi-chain account ID
81+
streamid, namespace, 0xce, draft, Ceramic Stream ID
8282
stellar-block, ipld, 0xd0, draft, Stellar Block
8383
stellar-tx, ipld, 0xd1, draft, Stellar Tx
8484
md4, multihash, 0xd4, draft,
@@ -549,7 +549,7 @@ iscc, softhash, 0xcc01, draft, ISCC
549549
zeroxcert-imprint-256, zeroxcert, 0xce11, draft, 0xcert Asset Imprint (root hash)
550550
nonstandard-sig, varsig, 0xd000, deprecated, Namespace for all not yet standard signature algorithms
551551
bcrypt-pbkdf, multihash, 0xd00d, draft, Bcrypt-PBKDF key derivation function
552-
es256k, varsig, 0xd0e7, draft, ES256K Siganture Algorithm (secp256k1)
552+
es256k, varsig, 0xd0e7, draft, ES256K Signature Algorithm (secp256k1)
553553
bls12_381-g1-sig, varsig, 0xd0ea, draft, G1 signature for BLS12-381
554554
bls12_381-g2-sig, varsig, 0xd0eb, draft, G2 signature for BLS12-381
555555
eddsa, varsig, 0xd0ed, draft, Edwards-Curve Digital Signature Algorithm

0 commit comments

Comments
 (0)