From ee669879b364ce9a0b89f2e97be379b7b6a9cebb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 7 Oct 2013 14:11:54 -0700 Subject: [PATCH] adjust italics --- Client-server-split.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client-server-split.md b/Client-server-split.md index 2696c8e..8601e72 100644 --- a/Client-server-split.md +++ b/Client-server-split.md @@ -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 project’s build is single-process / single-instance, doing otherwise would require greatly complicating how tasks are implemented (e.g. to have cross-process locks).