Fix typo in `text_input::Renderer::draw` docs
This commit is contained in:
parent
15aa40df40
commit
c114be034a
|
@ -562,7 +562,7 @@ pub trait Renderer: crate::Renderer + Sized {
|
||||||
/// Draws a [`TextInput`].
|
/// Draws a [`TextInput`].
|
||||||
///
|
///
|
||||||
/// It receives:
|
/// It receives:
|
||||||
/// - its bounds of the [`TextInput`]
|
/// - the bounds of the [`TextInput`]
|
||||||
/// - the bounds of the text (i.e. the current value)
|
/// - the bounds of the text (i.e. the current value)
|
||||||
/// - the cursor position
|
/// - the cursor position
|
||||||
/// - the placeholder to show when the value is empty
|
/// - the placeholder to show when the value is empty
|
||||||
|
|
Loading…
Reference in New Issue