diff options
author | 2020-04-02 03:22:33 +0200 | |
---|---|---|
committer | 2020-04-02 03:44:14 +0200 | |
commit | c114be034a1f35a83b044c0b18f0359165db8c15 (patch) | |
tree | 711bed8194729bcc6be0f481b8180b9b28bd3d18 /native | |
parent | 15aa40df40a169939aa3614b729d40fff10d6ac6 (diff) | |
download | iced-c114be034a1f35a83b044c0b18f0359165db8c15.tar.gz iced-c114be034a1f35a83b044c0b18f0359165db8c15.tar.bz2 iced-c114be034a1f35a83b044c0b18f0359165db8c15.zip |
Fix typo in `text_input::Renderer::draw` docs
Diffstat (limited to 'native')
-rw-r--r-- | native/src/widget/text_input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/text_input.rs b/native/src/widget/text_input.rs index b4ba5afa..1c07e252 100644 --- a/native/src/widget/text_input.rs +++ b/native/src/widget/text_input.rs @@ -562,7 +562,7 @@ pub trait Renderer: crate::Renderer + Sized { /// Draws a [`TextInput`]. /// /// It receives: - /// - its bounds of the [`TextInput`] + /// - the bounds of the [`TextInput`] /// - the bounds of the text (i.e. the current value) /// - the cursor position /// - the placeholder to show when the value is empty |