summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 09:25:39 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 09:25:39 +0300
commitcb7aeafe21f95474a35d9df648dda92493094f72 (patch)
tree71e84f9b9b0be1a0bf3a3eaf757248124afe9a3f
parent261a2dcaab4decc941f08336a9f93f3818372a3c (diff)
downloadroadmap-cb7aeafe21f95474a35d9df648dda92493094f72.tar.gz
Change: add clarifying word
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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.
//!