Skip to content

Commit 15c51bb

Browse files
authored
Merge pull request #1204 from aollier/rcs
use of the superlative for RCS
2 parents cd9e006 + c9a2701 commit 15c51bb

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
@@ -22,7 +22,7 @@ To deal with this issue, programmers long ago developed local VCSs that had a si
2222
.Local version control.
2323
image::images/local.png[Local version control diagram]
2424

25-
One of the more popular VCS tools was a system called RCS, which is still distributed with many computers today.
25+
One of the most popular VCS tools was a system called RCS, which is still distributed with many computers today.
2626
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.
2727

2828
==== Centralized Version Control Systems

0 commit comments

Comments
 (0)