-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Fix spelling mistakes in source code | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
Some spelling mistakes in log output, error messages and tracing (prometheus/grafana) have been fixed. | ||
- audience: Runtime Dev | ||
description: | | ||
Public crate changes: | ||
- The public function `era_payout` in `polkadot/runtime/common` now accepts `total_stackable` instead of `total_stakable` as a parameter. | ||
- The phantom field in the public `ParentNumberAndHash` struct in `substrate/frame/merkle-mountain-range` is now called `_phantom` instead of `_phanthom`. | ||
- The public trait `RuntimeParameterStore` in `substrate/frame/support` had the associated type renamed from `AggregratedKeyValue` to `AggregatedKeyValue`. | ||
- The public trait `AggregratedKeyValue` in `substrate/frame/support` was similarly renamed to `AggregatedKeyValue`. | ||
- The public methods `test_versioning` and `test_versioning_register_only` of the `TestApi` trait in `substrate/primitives/runtime-interface/test-wasm` had the spelling of `versionning` changed to `versioning`. | ||
- The public functions `read_trie_first_descendant_value` and `read_child_trie_first_descendant_value` in `substrate/primitives/trie` had the spelling of `descedant` changed to `descendant`. | ||
- The public trait `Applyable` in `substrate/primitives/runtime` has been renamed to `Applicable`. | ||
crates: | ||
- name: polkadot-runtime-common | ||
- name: pallet-mmr | ||
- name: frame-support | ||
- name: sp-runtime-interface-test-wasm | ||
- name: sp-trie | ||
- name: sp-runtime |