Skip to content

Commit

Permalink
Update docs/sdk/src/reference_docs/tokens_in_substrate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
  • Loading branch information
liamaharon and franciscoaguirre authored Mar 15, 2024
1 parent ca849d0 commit 6101352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/src/reference_docs/tokens_in_substrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//!
//! [`pallet_balances`] implements [`frame_support::traits::fungible`], and is the most commonly
//! used fungible implementation in Substrate. Most of the time, it's used for managing the native
//! token of the blockchain network.
//! token of the blockchain network it's used in.
//!
//! [`pallet_assets`] implements [`frame_support::traits::fungibles`], and is another popular
//! fungible token implementation. It supports the creation and management of multiple assets in a
Expand Down

0 comments on commit 6101352

Please sign in to comment.