Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 26, 2024
1 parent 0305b8a commit 9cc0dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ return true.
In both cases, `allowsBridging()` gates onboarding to the bridge. Once onboarded - **a permissionless operation anyone can
execute** - the value of `allowsBridging()` is irrelevant and assets can move between VMs permissionlessly.

## Under the Hood (facilitating cross-vm interactions)
## Under the Hood

For an in-depth look at the high-level architecture of the bridge, see [FLIP
#237](https://github.com/onflow/flips/pull/233)
Expand Down
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/interfaces/CrossVMNFT.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "MetadataViews"

import "EVM"

/// Contract defining cross-VM NFT-related interfaces & Metadata views
/// Contract defining cross-VM NFT-related interfaces
///
access(all) contract CrossVMNFT {

Expand Down

0 comments on commit 9cc0dca

Please sign in to comment.