diff options
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-diff-lcs/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ruby/rubygem-diff-lcs/README b/ruby/rubygem-diff-lcs/README index 37422f761962..027315d6f686 100644 --- a/ruby/rubygem-diff-lcs/README +++ b/ruby/rubygem-diff-lcs/README @@ -1,3 +1,4 @@ -Diff::LCS computes the difference between two Enumerable sequences using the -McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities -to create a simple HTML diff output format and a standard diff-like tool. +Diff::LCS computes the difference between two Enumerable sequences +using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It +includes utilities to create a simple HTML diff output format and a +standard diff-like tool. |