From ae268553de93302d2ef4a4a25439e2da2f38f8f0 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 2 Apr 2022 00:24:38 +0100 Subject: [PATCH] Change word choice in docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d6e0072..f1a5758 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,7 +49,7 @@ doc = ::embed_doc_image::embed_image!("windows_logs", "images/windows_logs.png") //! ### Author Notes //! //! I'm still incredibly early in my Rust journey and so I wanted to get comfortable and try to pick -//! my own brain about exposing different API's in a Rust crate. I hope to achieve an intuitive and +//! my own brain about exposing different API's in a Rust crate. I hope to expose an intuitive and //! easy to understand API design that users can instantly get started with. use std::fmt::{Display, Formatter};