Fix typo in assistant_tool.rs (#32207)

Lucas created

Release Notes:

- N/A

Change summary

crates/assistant_tool/src/assistant_tool.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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;