Skip to content

Commit 8c8351a

Browse files
authored
Renames of Trait to Config in README.md, weight templates and few minor ones (#7636)
* manual rename * renamse in README.md * fix template
1 parent 5f4141d commit 8c8351a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Identity Module
22

3-
- [`identity::Trait`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Trait.html)
3+
- [`identity::Config`](https://docs.rs/pallet-identity/latest/pallet_identity/trait.Config.html)
44
- [`Call`](https://docs.rs/pallet-identity/latest/pallet_identity/enum.Call.html)
55

66
## Overview
@@ -51,6 +51,6 @@ no state-bloat attack is viable.
5151
* `kill_identity` - Forcibly remove the associated identity; the deposit is lost.
5252

5353
[`Call`]: ./enum.Call.html
54-
[`Trait`]: ./trait.Trait.html
54+
[`Config`]: ./trait.Config.html
5555

5656
License: Apache-2.0

0 commit comments

Comments
 (0)