diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-19 23:15:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-20 04:17:03 +0200 |
commit | 4f66ae2899c3ba6cd49845e40641ba93b47e0a76 (patch) | |
tree | 9b261ee64d55f36d0a1578efa9a8164aee5f6414 /gnu/packages/ruby.scm | |
parent | 7616d75fd68b3a0af3861c3f86e82d3ae7fb7677 (diff) | |
download | patches-4f66ae2899c3ba6cd49845e40641ba93b47e0a76.tar patches-4f66ae2899c3ba6cd49845e40641ba93b47e0a76.tar.gz |
gnu: ruby-heredoc-unindent: Fix typo in description.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/ruby.scm')
-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 76e3cee81e..99ad125e3c 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -5873,7 +5873,7 @@ hashes more powerful.") (synopsis "Heredoc indentation cleaner") (description "This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out -leading whitespace chars at the beggining of each line, but only as much as +leading whitespace chars at the beginning of each line, but only as much as the line with the smallest margin. It is acknowledged that many strings defined by heredocs are just code and |