Skip to content

Commit

Permalink
update comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 26, 2024
1 parent 52b5431 commit c200f7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cadence/contracts/bridge/FlowEVMBridgeUtils.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ contract FlowEVMBridgeUtils {
)
}

/// Retrieves identifying information about an EVM contract address for onboarding to the bridge.
/// Retrieves identifying information about an EVM contract related to bridge onboarding.
///
/// @param evmContractAddress: The EVM contract address to retrieve onboarding values for
///
Expand Down Expand Up @@ -1161,7 +1161,7 @@ contract FlowEVMBridgeUtils {
assert(bridgePostBalance == bridgePreBalance + amount, message: "Transfer to bridge escrow failed")
}

/// Calls to the bridge factory to deploy an ERC721 contract and returns the deployed contract address
/// Calls to the bridge factory to deploy an ERC721/ERC20 contract and returns the deployed contract address
///
access(account)
fun mustDeployEVMContract(
Expand Down
3 changes: 1 addition & 2 deletions cadence/contracts/utils/SerializeMetadata.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ access(all) contract SerializeMetadata {
}

/// Derives a symbol for use as an ERC20 or ERC721 symbol from a given string, presumably a Cadence contract name.
/// Derivation is a process of removing slicing the first 4 characters of the string and converting them to
/// uppercase.
/// Derivation is a process of slicing the first 4 characters of the string and converting them to uppercase.
///
/// @param fromString: The string from which to derive a symbol
///
Expand Down

0 comments on commit c200f7a

Please sign in to comment.