diff --git a/src/lib.rs b/src/lib.rs index 9688d6b..33e1fe7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ //! - Safe drop in replacements coexist with existing types. Gradually apply these only where you need them: //! - `Bucket` --> `BucketOf` //! - `Vault` --> `VaultOf` -//! - `ResourceManager` --> `ResourceOf` +//! - `ResourceAddress` --> `ResourceOf` //! - `Proof` --> `ProofOf` //! - Conveniently defined `XRD` Resource to use with `VaultOf`, and friends. //! - Simple macro to declare new resources: `declare_resource!(MYTOKEN)`