From 553728b8f66678fde43426166c474c9c33fb2e99 Mon Sep 17 00:00:00 2001 From: ByteOtter Date: Fri, 16 Aug 2024 14:54:23 +0200 Subject: [PATCH] Fix grammar mistake in lib.rs documentation --- isototest/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isototest/src/lib.rs b/isototest/src/lib.rs index c3ed3c0..bcd0cb5 100644 --- a/isototest/src/lib.rs +++ b/isototest/src/lib.rs @@ -8,7 +8,7 @@ //! ## Example //! //! To use this crate, you need to create a `VncClient` instance, which will connect you to your -//! VNC server. This instance must be passed to any function which communicated with the VNC +//! VNC server. This instance must be passed to any function which communicates with the VNC //! server. //! //! ``` no_run