Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
themacexpert committed Feb 12, 2025
1 parent 12647f0 commit 0090e69
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Parameters Pallet provides one extrinsic (functions):
=== "Polkadot.js API Example"

```js
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/set_parameter.js'
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/set-parameter.js'
```

### Storage Methods {: #storage-methods }
Expand All @@ -50,7 +50,7 @@ The Parameters Pallet includes the following read-only storage methods to obtain
=== "Polkadot.js API Example"

```js
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/get_storage_item.js'
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/get-storage-item.js'
```

??? function "**palletVersion**() - returns the current pallet version"
Expand All @@ -71,7 +71,7 @@ The Parameters Pallet includes the following read-only storage methods to obtain
=== "Polkadot.js API Example"

```js
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/pallet_version.js'
--8<-- 'code/builders/pallets-precompiles/pallets/parameters/pallet-version.js'
```

### Pallet Constants {: #constants }
Expand Down

0 comments on commit 0090e69

Please sign in to comment.