diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:28:50 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:49:27 -0800 |
commit | 2bfe0564cc52db8cf36dcd2d1bba8598de706754 (patch) | |
tree | 1fa4e2293aff9e77c2009d7ad51658759ef8e6f6 | |
parent | fb95b755e2adfda90d4c8568e0d2c5eacea35d42 (diff) | |
download | guix-2bfe0564cc52db8cf36dcd2d1bba8598de706754.tar guix-2bfe0564cc52db8cf36dcd2d1bba8598de706754.tar.gz |
gnu: ruby-regexp-parser: Fix synopsis.
* gnu/packages/ruby.scm (ruby-regexp-parser)[synopsis]: Fix trailing
whitespace. Drop leading article.
-rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 9e244bf38c..9d1a414914 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7080,7 +7080,7 @@ they match.") #t))))) (native-inputs (list ragel ruby-regexp-property-values ruby-rspec)) - (synopsis "A regular expression parser library for Ruby ") + (synopsis "Regular expression parser library for Ruby") (description "A Ruby gem for tokenizing, parsing, and transforming regular expressions. It comprises the following components: @itemize |