git_ui: Fix typo in comment (#26162)

This PR fixes a typo in a comment.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-03-05 21:48:23 +00:00
committed by GitHub
parent e99d68a66f
commit cee98f872a
+1 -1
View File
@@ -151,7 +151,7 @@ impl ProjectDiff {
let this = cx.weak_entity();
|cx| Self::handle_status_updates(this, recv, cx)
});
// Kick of a refresh immediately
// Kick off a refresh immediately
*send.borrow_mut() = ();
Self {