From cb7aeafe21f95474a35d9df648dda92493094f72 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 28 Sep 2019 09:25:39 +0300 Subject: Change: add clarifying word --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8105477..641aa3c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! This crate models a roadmap as steps, which may depend on each //! other, and a directed acyclic graph (DAG) of said steps, which //! leads to the end goal. There is no support for due dates, -//! estimates, or other such management features. These roadmaps only +//! estimates, or other such project management features. These roadmaps only //! care about what steps need to be take, in what order, to reach the //! goal. //! -- cgit v1.2.1