diff options
author | 2019-08-29 00:58:42 +0200 | |
---|---|---|
committer | 2019-08-29 00:58:42 +0200 | |
commit | 268a5f00171820ff1d3da7de03b5efab5e45c01d (patch) | |
tree | dec80ca85cd0edad458ab7bd24913f6a408a60e5 /src/layout.rs | |
parent | 51050fc45ce0e84e40ab801deefe35baf4ee3c2c (diff) | |
download | iced-268a5f00171820ff1d3da7de03b5efab5e45c01d.tar.gz iced-268a5f00171820ff1d3da7de03b5efab5e45c01d.tar.bz2 iced-268a5f00171820ff1d3da7de03b5efab5e45c01d.zip |
Write documentation for `UserInterface`
Diffstat (limited to 'src/layout.rs')
-rw-r--r-- | src/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.rs b/src/layout.rs index 481b4166..78c7f947 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -5,7 +5,7 @@ use crate::{Point, Rectangle, Vector}; /// The computed bounds of a [`Node`] and its children. /// /// This type is provided by the GUI runtime to [`Widget::on_event`] and -/// [`Widget::draw`], describing the layout of the produced [`Node`] by +/// [`Widget::draw`], describing the layout of the [`Node`] produced by /// [`Widget::node`]. /// /// [`Node`]: struct.Node.html |