Skip to content

Commit

Permalink
correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phocke committed Sep 21, 2012
1 parent fca6c0f commit 79942d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_support_core_extensions.textile
Expand Up @@ -1349,7 +1349,7 @@ The second argument, +indent_string+, specifies which indent string to use. The
"foo".indent(2, "\t") # => "\t\tfoo" "foo".indent(2, "\t") # => "\t\tfoo"
</ruby> </ruby>


While +indent_string+ is tipically one space or tab, it may be any string. While +indent_string+ is typically one space or tab, it may be any string.


The third argument, +indent_empty_lines+, is a flag that says whether empty lines should be indented. Default is false. The third argument, +indent_empty_lines+, is a flag that says whether empty lines should be indented. Default is false.


Expand Down

0 comments on commit 79942d4

Please sign in to comment.