Skip to content

Commit 2fe7cb2

Browse files
author
Grégory Saive
authored
Merge pull request #130 from decentraliser/master
Fix typo in doccomments of BlockInfo
2 parents 6976a7c + b837909 commit 2fe7cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/blockchain/BlockInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class BlockInfo {
8787
*/
8888
public readonly height: UInt64,
8989
/**
90-
* The number of seconds elapsed since the creation of the nemesis blockchain.
90+
* The number of milliseconds elapsed since the creation of the nemesis blockchain.
9191
*/
9292
public readonly timestamp: UInt64,
9393
/**

0 commit comments

Comments
 (0)