adjust italics

Havoc Pennington 2013-10-07 14:11:54 -07:00
parent 92edb5eb56
commit ee669879b3
1 changed files with 2 additions and 2 deletions

@ -21,8 +21,8 @@ clients) may be apps such as:
## Why (what are we solving)?
In brief:
1. *lots of programs need to work with the build* yet
2. *the build needs to be centrally coordinated to avoid breakage*.
1. lots of programs need to work with the build, *yet*
2. the build needs to be centrally coordinated to avoid breakage.
Longer version:
* A projects build is single-process / single-instance, doing otherwise would require greatly complicating how tasks are implemented (e.g. to have cross-process locks).