Fix typo in `text_input::Renderer::draw` docs

This commit is contained in:
Héctor Ramón Jiménez 2020-04-02 03:22:33 +02:00
parent 15aa40df40
commit c114be034a
1 changed files with 1 additions and 1 deletions

View File

@ -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