From 12813dad7d3a37fd435abb66cc106d61ffb1ec11 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 11:48:56 -0400 Subject: [PATCH] ruby/rubygem-concurrent-ruby: Wrap README at 72 columns. Signed-off-by: B. Watson --- ruby/rubygem-concurrent-ruby/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/rubygem-concurrent-ruby/README b/ruby/rubygem-concurrent-ruby/README index 9e87dd622e..e2225f306a 100644 --- a/ruby/rubygem-concurrent-ruby/README +++ b/ruby/rubygem-concurrent-ruby/README @@ -1,3 +1,3 @@ -Modern concurrency tools including agents, futures, promises, thread pools, -actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, -actors, and classic concurrency patterns. +Modern concurrency tools including agents, futures, promises, thread +pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, +JavaScript, actors, and classic concurrency patterns.