diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 76e3cee81e616f882ac87e933a52e3860652bfb4..99ad125e3c4517b197f83792097cc863a7a9b394 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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