Skip to content

Commit 6ce8e7d

Browse files
authored
Preserve Oxford comma
1 parent e7f6347 commit 6ce8e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/about-version-control.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RCS works by keeping patch sets (that is, the differences between files) in a sp
3030
(((version control,centralized)))
3131
The next major issue that people encounter is that they need to collaborate with developers on other systems.
3232
To deal with this problem, Centralized Version Control Systems (CVCSs) were developed.
33-
These systems, such as CVS, Subversion and Perforce, have a single server that contains all the versioned files, and a number of clients that check out files from that central place. (((CVS)))(((Subversion)))(((Perforce)))
33+
These systems (such as CVS, Subversion, and Perforce) have a single server that contains all the versioned files, and a number of clients that check out files from that central place. (((CVS)))(((Subversion)))(((Perforce)))
3434
For many years, this has been the standard for version control.
3535

3636
.Centralized version control.

0 commit comments

Comments
 (0)