Skip to content

Commit c75cc23

Browse files
Update randomness.md (#2030)
Fix a bullet list typo Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent 24a2d0f commit c75cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/build/randomness.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Substrate includes two examples of how to implement the `Randomness` trait in pa
4141
You should only use this pallet in applications with low security requirements or when testing randomness-consuming applications.
4242
You shouldn't use this pallet in a production environment.
4343

44-
= The [BABE pallet](https://paritytech.github.io/substrate/master/pallet_babe/index.html) provides randomness by using verifiable random functions.
44+
- The [BABE pallet](https://paritytech.github.io/substrate/master/pallet_babe/index.html) provides randomness by using verifiable random functions.
4545

4646
This pallet provides production-grade randomness, and is used in Polkadot.
4747
If you select this pallet as the source of randomness your blockchain must use the blind assignment of blockchain extension ([BABE](/reference/glossary/#blind-assignment-of-blockchain-extension-babe)) slot-based consensus for producing blocks.

0 commit comments

Comments
 (0)