git_ui: Fix typo in comment (#26162)
This PR fixes a typo in a comment. Release Notes: - N/A
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user