Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Sep 23, 2024
1 parent 9bb3be8 commit 7637420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pop-api/src/v0/fungibles/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! The `fungibles` module provides an API for interacting and managing fungible tokens.
//!
//! The API includes the following traits:
//! The API includes the following interfaces:
//! 1. PSP-22
//! 2. PSP-22 Metadata
//! 3. Management
Expand Down
2 changes: 1 addition & 1 deletion pop-api/src/v0/fungibles/traits.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A set of traits that implement the PSP22 token standard.
//! Traits that can be used by contracts. Including standard compliant traits.

use super::*;
use core::result::Result;
Expand Down

0 comments on commit 7637420

Please sign in to comment.