Nits found during the bumping fellows repo (#3410)

This commit is contained in:
Branislav Kontur
2024-02-20 22:00:44 +01:00
committed by GitHub
parent fee810a5ea
commit b77b3a2de5
11 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
//! non-native asset 1, you would pass in a path of `[DOT, 1]` or `[1, DOT]`. If you want to swap
//! from non-native asset 1 to non-native asset 2, you would pass in a path of `[1, DOT, 2]`.
//!
//! (For an example of configuring this pallet to use `MultiLocation` as an asset id, see the
//! (For an example of configuring this pallet to use `Location` as an asset id, see the
//! cumulus repo).
//!
//! Here is an example `state_call` that asks for a quote of a pool of native versus asset 1: