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

This commit is contained in:
Jon Meow
2020-07-20 14:36:16 -07:00
committed by GitHub
parent 00152b4ca6
commit f7b0a60cb2
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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