mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
fix typo in comment
This commit is contained in:
parent
c3a562ccb4
commit
da8f8e5712
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue