diff --git a/book/01-introduction/sections/about-version-control.asc b/book/01-introduction/sections/about-version-control.asc index 37367e746..c76cf1506 100644 --- a/book/01-introduction/sections/about-version-control.asc +++ b/book/01-introduction/sections/about-version-control.asc @@ -22,7 +22,7 @@ To deal with this issue, programmers long ago developed local VCSs that had a si .Local version control. image::images/local.png[Local version control diagram] -One of the more popular VCS tools was a system called RCS, which is still distributed with many computers today. +One of the most popular VCS tools was a system called RCS, which is still distributed with many computers today. RCS works by keeping patch sets (that is, the differences between files) in a special format on disk; it can then re-create what any file looked like at any point in time by adding up all the patches. ==== Centralized Version Control Systems