Skip to content

Commit

Permalink
Fix broken doc link in text_editor
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 24, 2024
1 parent e9e06c8 commit f18f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/text_editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where
Theme: Catalog,
Renderer: text::Renderer,
{
/// Sets the placeholder of the [`PickList`].
/// Sets the placeholder of the [`TextEditor`].
pub fn placeholder(
mut self,
placeholder: impl text::IntoFragment<'a>,
Expand Down

0 comments on commit f18f08b

Please sign in to comment.