Преглед изворни кода

Fix pre-commit issues from #51. (#115)

Jon Meow пре 5 година
родитељ
комит
f7b0a60cb2
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 2 2
      docs/project/goals.md
  2. 1 0
      proposals/README.md

+ 2 - 2
docs/project/goals.md

@@ -397,7 +397,7 @@ implement bounds checking when desirable.
 
 #### Fast and scalable development
 
-Software development interation has a critical "edit, test, debug" cycle.
+Software development iteration has a critical "edit, test, debug" cycle.
 Developers will use IDEs, editors, compilers, and other tools that need
 different levels of parsing. For small projects, raw parsing speed is essential;
 for large software systems, scalability of parsing is also necessary.
@@ -449,7 +449,7 @@ evolve as well to continue to effectively prioritize the modern and major
 platforms.
 
 For examples, please see Carbon's
-[success critiera](principles/success_criteria.md#modern-os-platforms-hardware-architectures-and-environments).
+[success criteria](principles/success_criteria.md#modern-os-platforms-hardware-architectures-and-environments).
 
 #### Interoperability with and migration from existing C++ code
 

+ 1 - 0
proposals/README.md

@@ -27,6 +27,7 @@ request:
   - [Decision](p0029-decision.md)
 - [0044 - Proposal tracking](p0044.md)
   - [Decision](p0044-decision.md)
+- [0051 - Goals](p0051.md)
 - [0074 - Change comment/decision timelines in proposal process](p0074.md)
   - [Decision](p0074-decision.md)