Skip to content

Commit 5079c34

Browse files
authored
Merge pull request #374 from gobengo/patch-1
fix typo in IPNS.md ‘IpfsEntry’ -> ‘IpnsEntry’
2 parents 34aea14 + f5d18dc commit 5079c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipns/IPNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Finally, the network nodes may also republish their records, so that the records
260260

261261
### Record Creation
262262

263-
IPNS record MUST be serialized as `IpnsEntry` protobuf, and `IpfsEntry.data` MUST be signed using the private key.
263+
IPNS record MUST be serialized as `IpnsEntry` protobuf, and `IpnsEntry.data` MUST be signed using the private key.
264264
Creating a new IPNS record MUST follow the below steps:
265265

266266
1. Create `IpnsEntry` and set `value`, `validity`, `validityType`, `sequence`, and `ttl`

0 commit comments

Comments
 (0)