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.
1 parent 4361cec commit 57ae45bCopy full SHA for 57ae45b
inline-documentation-standards/javascript.md
@@ -195,7 +195,7 @@ Class = Parent.extend( /** @lends namespace.Class.prototype */{
195
* @param {Object} attributes The model's attributes.
196
* @param {type} attributes.key One of the model's attributes.
197
* @param {Object} [options] The model's options.
198
- * @param {type} attributes.key One of the model's options.
+ * @param {type} options.key One of the model's options.
199
*/
200
initialize: function() {
201
//Do stuff.
0 commit comments