From ebedfe3612d8d9f840d40e5771280373ca8d8ac5 Mon Sep 17 00:00:00 2001 From: CherryWorm Date: Thu, 10 Mar 2022 21:02:21 +0100 Subject: [PATCH] more typos --- security-txt/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: