summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-28 13:41:59 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-28 13:41:59 +0200
commit828ed3ce3b741116ac219799d0dae07525e14e96 (patch)
tree85fb4fbf66bdb38f51259642c766ff885c2aed40 /Cargo.toml
parenta5e2d3bdfb8e6888aea0934b03e87c2c44cabbb0 (diff)
downloadiced-828ed3ce3b741116ac219799d0dae07525e14e96.tar.gz
iced-828ed3ce3b741116ac219799d0dae07525e14e96.tar.bz2
iced-828ed3ce3b741116ac219799d0dae07525e14e96.zip
Fix typo in `README`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c317505..ee0b100a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "iced"
version = "0.0.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
-description = "An opinionated GUI runtime, heavily inspired by Elm."
+description = "A GUI runtime, heavily inspired by Elm."
license = "MIT"
repository = "https://github.com/hecrj/iced"
documentation = "https://docs.rs/iced"