Fix details in documentation
This commit is contained in:
parent
ec66e3fc1b
commit
36d18d979f
9 changed files with 40 additions and 32 deletions
|
|
@ -6,7 +6,10 @@ pub trait Renderer {
|
|||
/// Explains the [`Layout`] of an [`Element`] for debugging purposes.
|
||||
///
|
||||
/// This will be called when [`Element::explain`] has been used. It should
|
||||
/// _explain_ the [`Layout`] graphically.
|
||||
/// _explain_ the given [`Layout`] graphically.
|
||||
///
|
||||
/// A common approach consists in recursively rendering the bounds of the
|
||||
/// [`Layout`] and its children.
|
||||
///
|
||||
/// [`Layout`]: struct.Layout.html
|
||||
/// [`Element`]: struct.Element.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue