Skip to content

Commit 8a3a455

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 450a3ff commit 8a3a455

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
# Nicks Module
22

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

66
## Overview
@@ -20,6 +20,6 @@ have not been designed to be economically secure. Do not use this pallet as-is i
2020
* `kill_name` - Forcibly remove the associated name; the deposit is lost.
2121

2222
[`Call`]: ./enum.Call.html
23-
[`Trait`]: ./trait.Trait.html
23+
[`Config`]: ./trait.Config.html
2424

2525
License: Apache-2.0

0 commit comments

Comments
 (0)