Fix a few more typos

This commit is contained in:
Mikayla 2024-01-17 14:58:58 -08:00
parent 285f4d1be9
commit e6ca92ffa4
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

View file

@ -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();