diff --git a/lib/haml/helpers.rb b/lib/haml/helpers.rb index 9ed0c8d4..0b81e00d 100644 --- a/lib/haml/helpers.rb +++ b/lib/haml/helpers.rb @@ -252,7 +252,7 @@ MESSAGE # # # @param i [Fixnum] The number of tabs to use - # @yield [] A block in which the indentation will be `i` spaces + # @yield A block in which the indentation will be `i` spaces def with_tabs(i) old_tabs = haml_buffer.tabulation haml_buffer.tabulation = i