Sfoglia il codice sorgente

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

Jon Meow 5 anni fa
parent
commit
f7b0a60cb2
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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
 #### 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
 Developers will use IDEs, editors, compilers, and other tools that need
 different levels of parsing. For small projects, raw parsing speed is essential;
 different levels of parsing. For small projects, raw parsing speed is essential;
 for large software systems, scalability of parsing is also necessary.
 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.
 platforms.
 
 
 For examples, please see Carbon's
 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
 #### Interoperability with and migration from existing C++ code
 
 

+ 1 - 0
proposals/README.md

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