about summary refs log tree commit diff
path: root/doc/complement-project-faq.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/complement-project-faq.md')
-rw-r--r--doc/complement-project-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/complement-project-faq.md b/doc/complement-project-faq.md
index 066434cd833..8665644c1f1 100644
--- a/doc/complement-project-faq.md
+++ b/doc/complement-project-faq.md
@@ -15,7 +15,7 @@ Existing languages at this level of abstraction and efficiency are unsatisfactor
 # What are some non-goals?
 
 * To employ any particularly cutting-edge technologies. Old, established techniques are better.
-* To prize expressiveness, minimalism or elegance above other goals. These are desirable but subordinate goals. 
+* To prize expressiveness, minimalism or elegance above other goals. These are desirable but subordinate goals.
 * To cover the "systems language" part all the way down to "writing an OS kernel".
 * To cover the complete feature-set of C++, or any other language. It should provide majority-case features.
 * To be 100% static, 100% safe, 100% reflective, or too dogmatic in any other sense. Trade-offs exist.