fix typo in comment

This commit is contained in:
Richard Feldman 2021-04-19 18:50:41 -04:00 committed by GitHub
parent c3a562ccb4
commit da8f8e5712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ pub fn build_selection_graphics(
&config.ed_theme.ui_theme,
));
// redner tooltip showing type
// render tooltip showing type
if let Some(selected_expr) = selected_expr_opt {
let tooltip = ToolTip {
position_x: sel_rect_x,