From 268a5f00171820ff1d3da7de03b5efab5e45c01d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 29 Aug 2019 00:58:42 +0200 Subject: Write documentation for `UserInterface` --- src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout.rs') 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 -- cgit