diff options
author | 2019-08-24 03:55:07 +0200 | |
---|---|---|
committer | 2019-08-24 03:55:07 +0200 | |
commit | 36d18d979ffe713328de901005c8a5a78075357d (patch) | |
tree | d6724bf489e346d0506a8fe58d4464479ae2cd7f /src/widget/row.rs | |
parent | ec66e3fc1b6cc0d40025bf94d86263716d18657b (diff) | |
download | iced-36d18d979ffe713328de901005c8a5a78075357d.tar.gz iced-36d18d979ffe713328de901005c8a5a78075357d.tar.bz2 iced-36d18d979ffe713328de901005c8a5a78075357d.zip |
Fix details in documentation
Diffstat (limited to 'src/widget/row.rs')
-rw-r--r-- | src/widget/row.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/row.rs b/src/widget/row.rs index 9e0f9d4c..6265739a 100644 --- a/src/widget/row.rs +++ b/src/widget/row.rs @@ -40,7 +40,7 @@ impl<'a, Message, Renderer> Row<'a, Message, Renderer> { /// Sets the horizontal spacing _between_ elements in pixels. /// - /// Custom margins per element do not exist in Coffee. You should use this + /// Custom margins per element do not exist in Iced. You should use this /// method instead! While less flexible, it helps you keep spacing between /// elements consistent. pub fn spacing(mut self, px: u16) -> Self { |