Skip to content

Commit

Permalink
fix API docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devmannic committed Jul 3, 2022
1 parent 955ed11 commit 89472d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! - Safe drop in replacements coexist with existing types. Gradually apply these only where you need them:
//! - `Bucket` --> `BucketOf<MYTOKEN>`
//! - `Vault` --> `VaultOf<MYTOKEN>`
//! - `ResourceManager` --> `ResourceOf<MYTOKEN>`
//! - `ResourceAddress` --> `ResourceOf<MYTOKEN>`
//! - `Proof` --> `ProofOf<MYTOKEN>`
//! - Conveniently defined `XRD` Resource to use with `VaultOf<XRD>`, and friends.
//! - Simple macro to declare new resources: `declare_resource!(MYTOKEN)`
Expand Down

0 comments on commit 89472d7

Please sign in to comment.