Skip to content

Commit

Permalink
[Haml] Fix a small reference error.
Browse files Browse the repository at this point in the history
Closes gh-213
  • Loading branch information
nex3 committed Jul 20, 2010
1 parent 74f49a3 commit ec99bb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc-src/HAML_REFERENCE.md
Expand Up @@ -360,10 +360,10 @@ For example:

could render as any of:

<div class="column numeric sort ascending">Contents</div>
<div class="column numeric">Contents</div>
<div class="column sort descending">Contents</div>
<div class="column">Contents</div>
<div class="numeric sort ascending">Contents</div>
<div class="numeric">Contents</div>
<div class="sort descending">Contents</div>
<div>Contents</div>

depending on whether `@item.type` is `"numeric"` or `nil`,
whether `@item == @sortcol`,
Expand Down

0 comments on commit ec99bb5

Please sign in to comment.