diff --git a/security-txt/src/lib.rs b/security-txt/src/lib.rs index cd1f755..7feac83 100644 --- a/security-txt/src/lib.rs +++ b/security-txt/src/lib.rs @@ -1,6 +1,6 @@ //! # security.txt //! -//! This library defines a macro, which aim it is to provide easy-to-parse information to security researchers that wish to contact the authors of a Solana smart contract. +//! This library defines a macro, whose aim it is to provide easy-to-parse information to security researchers that wish to contact the authors of a Solana smart contract. //! It is inspired by https://securitytxt.org/. //! //! Add the following to the `[dependencies]` section of your Cargo.toml: