Skip to content

Commit 7679b85

Browse files
PaulSffMikhailK
authored andcommitted
docs: corrections
1 parent 0c2d5e1 commit 7679b85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

precompiles/assets-erc20/LocalAsset.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-3.0-only
22
pragma solidity >=0.8.3;
33

4-
/// @author The Moonbeam Team
4+
/// @author The 3DPass Team
55
/// @title Extension of the ERC20 interface that allows an owner
66
/// @dev Contract to pilot the ERC20 contract.
77
interface LocalAsset {
@@ -66,7 +66,7 @@ interface LocalAsset {
6666
/// @custom:selector efb6d432
6767
function clearMetadata() external returns (bool);
6868

69-
// New query functions for asset data
69+
// Additional query functions for the asset data
7070

7171
/// @dev Check if an account is the owner of the asset
7272
/// @custom:selector 8f4eb604

0 commit comments

Comments
 (0)