We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3650d6e + afd9b44 commit 088b8b3Copy full SHA for 088b8b3
documentation/index.html.erb
@@ -801,7 +801,7 @@ Expressions
801
<%= code_for('patterns_and_splats', 'contents.join("")') %>
802
<p>
803
Destructuring assignment is also useful when combined with class constructors
804
- to assign propeties to your instance from an options object passed to the constructor.
+ to assign properties to your instance from an options object passed to the constructor.
805
</p>
806
<%= code_for('constructor_destructuring', 'contents.join("")') %>
807
0 commit comments