diff --git a/crates/assistant_tool/src/assistant_tool.rs b/crates/assistant_tool/src/assistant_tool.rs index 6c08a61cf4479dec6c643020dbcadb642e02cdd7..554b3f3f3cf7eb0bc369ee6fed67722755704443 100644 --- a/crates/assistant_tool/src/assistant_tool.rs +++ b/crates/assistant_tool/src/assistant_tool.rs @@ -214,7 +214,7 @@ pub trait Tool: 'static + Send + Sync { ToolSource::Native } - /// Returns true iff the tool needs the users's confirmation + /// Returns true if the tool needs the users's confirmation /// before having permission to run. fn needs_confirmation(&self, input: &serde_json::Value, cx: &App) -> bool;