fixing @property = value typo.

This commit is contained in:
Jeremy Ashkenas 2010-10-04 20:25:32 -04:00
parent baaec57d5c
commit ee8f53dd77
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
<%= code_for('prototypes', '"one_two".dasherize()') %>
<p>
Finally, you may assign Class-level (static) properties within a class
definition by using<br /><tt>@property = value</tt>
definition by using<br /><tt>@property: value</tt>
</p>
<p>