Skip to content

Commit

Permalink
Fix pre-commit issues from #51. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Jul 20, 2020
1 parent 00152b4 commit f7b0a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/project/goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f7b0a60

Please sign in to comment.