From 8519155788221133a2f235493484911e6d4fd450 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 28 Aug 2024 11:06:19 +0530 Subject: [PATCH] doc: fix incorrect doc comments (x2) Co-authored-by: Filip Tibell --- lib/manifests/rokit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/manifests/rokit.rs b/lib/manifests/rokit.rs index 2485e99..0453240 100644 --- a/lib/manifests/rokit.rs +++ b/lib/manifests/rokit.rs @@ -133,7 +133,7 @@ impl RokitManifest { } /** - Removes a tool to the manifest. + Removes a tool from the manifest. If the tool does not exist, this will return `false` and do nothing. */