From 2cc64ee38ab9eedbbbae201049aaa1a785b15544 Mon Sep 17 00:00:00 2001 From: Geoff Romer Date: Wed, 15 Mar 2023 13:07:35 -0700 Subject: [PATCH] Clarify ambiguous phrasing in roadmap (#2678) Previous phrasing was unclear, because "language work" sounds like it means language _design_ work. Co-authored-by: Chandler Carruth --- docs/project/roadmap.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/project/roadmap.md b/docs/project/roadmap.md index e0255f2fceb2..18c40096ad23 100644 --- a/docs/project/roadmap.md +++ b/docs/project/roadmap.md @@ -60,9 +60,10 @@ We expect this to include a reasonably precise set of requirements across: We expect this to also include at least enough of Carbon's features and C++ interop to support [our basic example](/docs/images/snippets.md#mixed). -Note that we don't expect to finish the 0.1 language work in 2023. Our goal is -to make sufficient progress that we can complete it in 2024, but there are still -many things that can go wrong and cause significant delays. +Note that we don't expect to finish implementing the 0.1 design in 2023. Our +goal is to make sufficient progress that we can complete the implementation in +2024, but there are still many things that can go wrong and cause significant +delays. ### Complete design coverage of the 0.1 language's necessary features