From 33cf8f811327bc2f8ed2baae945482deaa14177a Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Mon, 23 Oct 2023 16:24:38 -0400 Subject: [PATCH] Fix missing verb in the readme --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6b11fa6..9d3d4f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -75,7 +75,7 @@ //! //! # `Display` //! -//! See [display] for how to transparently base64 data via a `Display` implementation. +//! See [display] for how to transparently format base64 data via a `Display` implementation. //! //! # Examples //!