🐛 (bootsier): Corrige ambigüedad en doctests
This commit is contained in:
parent
9435678e01
commit
64db114eb0
3 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ pub use pagetop::base::component::form::input::{Field, Kind, Mode};
|
||||||
/// enfocado.
|
/// enfocado.
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// use pagetop::prelude::*;
|
/// # use pagetop::locale::L10n;
|
||||||
/// use pagetop_bootsier::theme::*;
|
/// use pagetop_bootsier::theme::*;
|
||||||
///
|
///
|
||||||
/// let nombre = form::input::Field::text()
|
/// let nombre = form::input::Field::text()
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ pub use pagetop::base::component::form::select::{Entry, Field, Group, Item};
|
||||||
/// una selección activa.
|
/// una selección activa.
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// use pagetop::prelude::*;
|
/// # use pagetop::locale::L10n;
|
||||||
|
/// # use pagetop::core::component::Component;
|
||||||
/// use pagetop_bootsier::theme::*;
|
/// use pagetop_bootsier::theme::*;
|
||||||
///
|
///
|
||||||
/// let language = form::select::Field::new()
|
/// let language = form::select::Field::new()
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ pub use pagetop::base::component::form::Textarea;
|
||||||
/// una selección activa.
|
/// una selección activa.
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// use pagetop::prelude::*;
|
/// # use pagetop::locale::L10n;
|
||||||
|
/// # use pagetop::core::component::Component;
|
||||||
/// use pagetop_bootsier::theme::*;
|
/// use pagetop_bootsier::theme::*;
|
||||||
///
|
///
|
||||||
/// let comentario = form::Textarea::new()
|
/// let comentario = form::Textarea::new()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue