Skip to content

Commit 57ae45b

Browse files
authored
Fix typo (#61)
1 parent 4361cec commit 57ae45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inline-documentation-standards/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Class = Parent.extend( /** @lends namespace.Class.prototype */{
195195
* @param {Object} attributes The model's attributes.
196196
* @param {type} attributes.key One of the model's attributes.
197197
* @param {Object} [options] The model's options.
198-
* @param {type} attributes.key One of the model's options.
198+
* @param {type} options.key One of the model's options.
199199
*/
200200
initialize: function() {
201201
//Do stuff.

0 commit comments

Comments
 (0)