diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 17:13:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-29 17:13:17 +0200 |
commit | f700f221e9b9e9955490521d9ac889d4f72852aa (patch) | |
tree | 29093c03deddff1d6249093c11c7bb597d86860c /doc/intro.cli | |
parent | 78c426c90e142d76354ad3c7f9b146f1ea69c0dc (diff) |
Fix typos in intro
Diffstat (limited to 'doc/intro.cli')
-rw-r--r-- | doc/intro.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index bb857f1..efaa0cb 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -230,7 +230,7 @@ every time we add, remove, or rename a source file in our project. There also appears to be some (commented out) infrastructure for importing and linking libraries (that \c{libs} variable). We will see how to use it in a moment. -\N|for simple projects that follow the canonical structure we can often +\N|In simple projects that follow the canonical structure we can often completely ignore the presence of the build definition files thus approaching the \i{build system-less} workflow found in languages like Rust and Go.| |