Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update modules/token-swap/src/lib.rs
Co-authored-by: Tomasz Drwięga <[email protected]>
  • Loading branch information
svyatonik and tomusdrw authored Jul 29, 2021
commit 06dac9f3f8d91ca5b6b101a73df8ee797b5569e1
2 changes: 1 addition & 1 deletion modules/token-swap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.

//! Runtime module that allows token swap between two parties acting on differen chains.
//! Runtime module that allows token swap between two parties acting on different chains.
//!
//! The swap is made using message lanes between This (where `pallet-bridge-token-swap` pallet
//! is deployed) and some other Bridged chain. No other assumptions about the Bridged chain are
Expand Down