diff options
-rw-r--r-- | web/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs index 79fa86e6..0776e9d5 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -262,12 +262,12 @@ where } /// An interactive embedded web application. -/// +/// /// This trait is the main entrypoint of Iced. Once implemented, you can run /// your GUI application by simply calling [`run`](#method.run). It will either /// take control of the `<body>' or of an HTML element of the document specified /// by `container_id`. -/// +/// /// An [`Embedded`](trait.Embedded.html) can execute asynchronous actions /// by returning a [`Command`](struct.Command.html) in some of its methods. pub trait Embedded { |