Skip to content

Commit 79a6d5e

Browse files
author
Christos KK Loverdos
committed
Fix scaladoc
1 parent 5207548 commit 79a6d5e

File tree

1 file changed

+2
-2
lines changed
  • src/main/scala/io/iohk/ethereum/consensus/ethash/blocks

1 file changed

+2
-2
lines changed

src/main/scala/io/iohk/ethereum/consensus/ethash/blocks/package.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import io.iohk.ethereum.ledger.BlockPreparationError
66

77
package object blocks {
88
/**
9-
* This is type `X` in `BlockGenerator[X]`.
9+
* This is type `X` in `BlockGenerator`.
1010
*
1111
* @see [[io.iohk.ethereum.consensus.ethash.blocks.EthashBlockGenerator EthashBlockGenerator]],
12-
* [[io.iohk.ethereum.consensus.blocks.BlockGenerator BlockGenerator{ type X} ]]
12+
* [[io.iohk.ethereum.consensus.blocks.BlockGenerator.X BlockGenerator{ type X}]]
1313
*/
1414
final type Ommers = Seq[BlockHeader]
1515

0 commit comments

Comments
 (0)