diff --git a/pallets/manta-support/src/manta_pay.rs b/pallets/manta-support/src/manta_pay.rs index 472b24bf0..532d4cee1 100644 --- a/pallets/manta-support/src/manta_pay.rs +++ b/pallets/manta-support/src/manta_pay.rs @@ -211,7 +211,7 @@ pub type AssetValue = u128; pub type AccountId = [u8; 32]; /// Transfer Proof encoded value -/// Compatability for JS u128 and Encode/Decode from parity_codec +/// Compatibility for JS u128 and Encode/Decode from parity_codec pub type EncodedAssetValue = [u8; 16]; /// Asset diff --git a/pallets/parachain-staking/README.md b/pallets/parachain-staking/README.md index bb08bfa78..ead11ae41 100644 --- a/pallets/parachain-staking/README.md +++ b/pallets/parachain-staking/README.md @@ -15,7 +15,7 @@ Implements Delegated Proof of Stake to Links: -- [Rust Documentation](https://purestake.github.io/moonbeam/pallet_parachain_staking/index.html) +- [Rust Documentation](https://docs.moonbeam.network/builders/pallets-precompiles/pallets/staking/) - [Unofficial Documentation](https://meta5.world/parachain-staking-docs/) - [(Outdated) Blog Post with Justification](https://meta5.world/posts/parachain-staking) diff --git a/pallets/randomness/README.md b/pallets/randomness/README.md index 07c1900e1..e0d161d63 100644 --- a/pallets/randomness/README.md +++ b/pallets/randomness/README.md @@ -111,5 +111,5 @@ Additionally, the Babe consensus can sometime allow multiple validator to produc ### Asynchronous Backing -This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependant on which relay block the parachain block is referencing. +This solution is **safe** even after the asynchronous backing is supported as the pseudo-random is not dependent on which relay block the parachain block is referencing. A collator being able to choose the relay block on top of which it builds the parachain block will not influence the pseudo-random word.