diff options
Diffstat (limited to 'src/projects/mod.rs')
-rw-r--r-- | src/projects/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projects/mod.rs b/src/projects/mod.rs index d3ceb40..afb275f 100644 --- a/src/projects/mod.rs +++ b/src/projects/mod.rs @@ -12,8 +12,8 @@ pub fn r_projects() -> DynScaffold<'static> { content: markup::new! { p { "I am starting a lot of projects - this page lists some of them." } p { - "Starting so many means, that most of then are not maintained or not even properly developed." - "Here is a quick reference to what I define the status of a project to be:" + "Starting so many means, that most of then are not maintained or not even properly developed. " + "Here is a quick reference to what I define the status of a project to be: " } ol { li { @Status::Planned.render() ": No code has been written yet." } |