mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ruby-heredoc-unindent: Fix typo in description.
* gnu/packages/ruby.scm (ruby-heredoc-unindent)[description]: Fix typo.
This commit is contained in:
parent
7616d75fd6
commit
4f66ae2899
1 changed files with 1 additions and 1 deletions
|
@ -5873,7 +5873,7 @@ (define-public ruby-heredoc-unindent
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue