summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-28 02:57:03 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-28 02:57:03 +0200
commit4aa0d7a13a6fbf04e3fa24c444d562c2f1085b5b (patch)
tree03824b7e98e27a31ee7d89aa27743c351f512740 /native
parentef28347f1c816d8ad9e772303467de489efb802b (diff)
downloadiced-4aa0d7a13a6fbf04e3fa24c444d562c2f1085b5b.tar.gz
iced-4aa0d7a13a6fbf04e3fa24c444d562c2f1085b5b.tar.bz2
iced-4aa0d7a13a6fbf04e3fa24c444d562c2f1085b5b.zip
Write documentation for `iced_glutin`
Diffstat (limited to 'native')
-rw-r--r--native/src/program.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/program.rs b/native/src/program.rs
index a28ff2a3..14afcd84 100644
--- a/native/src/program.rs
+++ b/native/src/program.rs
@@ -5,7 +5,7 @@ mod state;
pub use state::State;
-/// An interactive, native cross-platform program.
+/// The core of a user interface application following The Elm Architecture.
pub trait Program: Sized {
/// The graphics backend to use to draw the [`Program`].
///