We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e084b10 commit 60ad7c9Copy full SHA for 60ad7c9
README.md
@@ -3,7 +3,7 @@
3
The System module provides low-level access to core types and cross-cutting utilities.
4
It acts as the base layer for other pallets to interact with the Substrate framework components.
5
6
-- [`system::Config`](https://docs.rs/frame-system/latest/frame_system/trait.Config.html)
+- [`system::Trait`](https://docs.rs/frame-system/latest/frame_system/trait.Trait.html)
7
8
## Overview
9
@@ -72,4 +72,4 @@ decl_module! {
72
}
73
```
74
75
-License: Apache-2.0
+License: Apache-2.0
0 commit comments