浏览代码

Remove 'no room' idiom (#1852)

Per discussion, this is confusing some people who read it as "don't allow" rather than "no need". I think "no need" is the original intent.
Jon Ross-Perkins 3 年之前
父节点
当前提交
eac7aecd86
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/project/goals.md

+ 3 - 3
docs/project/goals.md

@@ -205,9 +205,9 @@ that performance, whether good or bad, is unsurprising to developers. Even
 pleasant surprises, when too frequent, can become a problem due to establishing
 brittle baseline performance that cannot be reliably sustained.
 
-**Leave no room for a lower level language.** Developers should not need to
-leave the rules and structure of Carbon, whether to gain control over
-performance problems or to gain access to hardware facilities.
+**No need for a lower level language.** Developers should not need to leave the
+rules and structure of Carbon, whether to gain control over performance problems
+or to gain access to hardware facilities.
 
 ### Software and language evolution