Skip to content

Commit

Permalink
Fixed typo in syntax doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Sep 12, 2012
1 parent 967b6da commit f7424c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax.page
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ class names
{:id: .cls1 .cls2}
{:id: class="cls1" .cls2}
{:id: class="something" class="cls1" .cls2}
{:id: class="cls1 cls2}
{:id: class="cls1 cls2"}

As can be seen from the example of the class names, attributes that are defined earlier are
overwritten by ones with the same name defined later.
Expand Down

0 comments on commit f7424c0

Please sign in to comment.