From 582b09fe250b5c23d5ea6f5f872a484f41f4ff22 Mon Sep 17 00:00:00 2001 From: Apurva Mishra <59974350+mav3ri3k@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:21:14 +0530 Subject: [PATCH] Fix little language mistake in capability.rs doc comment. --- capnp/src/capability.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp/src/capability.rs b/capnp/src/capability.rs index 0a4b726f1..b692b76d4 100644 --- a/capnp/src/capability.rs +++ b/capnp/src/capability.rs @@ -19,7 +19,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -//! Hooks for for the RPC system. +//! Hooks for the RPC system. //! //! Roughly corresponds to capability.h in the C++ implementation.