Fix a few more typos
This commit is contained in:
parent
285f4d1be9
commit
e6ca92ffa4
7 changed files with 8 additions and 8 deletions
|
@ -332,7 +332,7 @@ impl Vim {
|
|||
}
|
||||
}
|
||||
|
||||
/// Explicitly record one action (equiavlent to start_recording and stop_recording)
|
||||
/// Explicitly record one action (equivalents to start_recording and stop_recording)
|
||||
pub fn record_current_action(&mut self, cx: &mut WindowContext) {
|
||||
self.start_recording(cx);
|
||||
self.stop_recording();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue