summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-04-22 17:08:20 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-22 17:08:20 +0200
commit3375824630949f4a2e9b532ef8ad8de0458a8541 (patch)
tree826fb2f080ad698a52369bd30d90ddf8a35fbee7
parentedd01159e0cb96232212511b5c5ba31da5433a01 (diff)
parentf30043ddc265abd38c74ae1c7df8177d2be66eb0 (diff)
downloadiced-3375824630949f4a2e9b532ef8ad8de0458a8541.tar.gz
iced-3375824630949f4a2e9b532ef8ad8de0458a8541.tar.bz2
iced-3375824630949f4a2e9b532ef8ad8de0458a8541.zip
Merge pull request #314 from katktv/patch-1
Fix a typo in ROADMAP
Diffstat (limited to '')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index db0c6625..c47c08ff 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -13,7 +13,7 @@ Once a step is completed, it is collapsed and added to this list:
* [x] Scrollables / Clippables ([#24])
* [x] Text input widget ([#25])
* [x] TodoMVC example ([#26])
- * [x] Async actions ([#27])
+ * [x] Async actions ([#28])
* [x] Custom layout engine ([#52])
* [x] Event subscriptions ([#122])
* [x] Custom styling ([#146])