File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ impl<'a> ListState<'a> {
117
117
) ;
118
118
}
119
119
120
- fn draw_exericse_name ( & self , writer : & mut MaxLenWriter , exercise : & Exercise ) -> io:: Result < ( ) > {
120
+ fn draw_exercise_name ( & self , writer : & mut MaxLenWriter , exercise : & Exercise ) -> io:: Result < ( ) > {
121
121
if !self . search_query . is_empty ( ) {
122
122
if let Some ( ( pre_highlight, highlight, post_highlight) ) = exercise
123
123
. name
@@ -182,7 +182,7 @@ impl<'a> ListState<'a> {
182
182
writer. stdout . queue ( SetForegroundColor ( Color :: Reset ) ) ?;
183
183
writer. write_ascii ( b" " ) ?;
184
184
185
- self . draw_exericse_name ( & mut writer, exercise) ?;
185
+ self . draw_exercise_name ( & mut writer, exercise) ?;
186
186
187
187
writer. write_ascii ( & self . name_col_padding [ exercise. name . len ( ) ..] ) ?;
188
188
You can’t perform that action at this time.
0 commit comments