ruby/rubygem-diff-lcs: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:49:13 -04:00
parent b10a39279e
commit cb97d0c454

View file

@ -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.