Skip to content

Commit

Permalink
Add a prdoc for this PR (3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcompoze committed Mar 24, 2024
1 parent f7c9158 commit 8adcda0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions prdoc/pr_3808.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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 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: pallet-mmr
- name: frame-support
- name: sp-runtime-interface-test-wasm
- name: sp-trie
- name: sp-runtime

0 comments on commit 8adcda0

Please sign in to comment.