Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnbutler committed Dec 12, 2024
1 parent 9e9b06d commit 579687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ui/src/components/divider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl Divider {
.bg(self.color.hsla(cx))
}

// TOOD: Use canvas or a shader here
// TODO: Use canvas or a shader here
// This obviously is a short term approach
pub fn render_dashed(self, cx: &WindowContext) -> impl IntoElement {
let segment_count = 128;
Expand Down

0 comments on commit 579687f

Please sign in to comment.