diff options
Diffstat (limited to 'native/src/layout.rs')
-rw-r--r-- | native/src/layout.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/layout.rs b/native/src/layout.rs index 178f0f24..93d95e17 100644 --- a/native/src/layout.rs +++ b/native/src/layout.rs @@ -34,14 +34,14 @@ impl<'a> Layout<'a> { } } - /// Gets the position of the [`Layout`]. + /// Returns the position of the [`Layout`]. /// /// [`Layout`]: struct.Layout.html pub fn position(&self) -> Point { self.position } - /// Gets the bounds of the [`Layout`]. + /// Returns the bounds of the [`Layout`]. /// /// The returned [`Rectangle`] describes the position and size of a /// [`Node`]. |