summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
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`].
///