From cb97d0c454567ba03a05f6406a24e20b8211785e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:49:13 -0400 Subject: [PATCH] ruby/rubygem-diff-lcs: Wrap README at 72 columns. Signed-off-by: B. Watson --- ruby/rubygem-diff-lcs/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ruby/rubygem-diff-lcs/README b/ruby/rubygem-diff-lcs/README index 37422f7619..027315d6f6 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.