Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add normalize v2 jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
skad0 committed Mar 23, 2017
1 parent f8ff2cf commit b4d96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/normalize/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const declAssign = require('../assign');
* @property {Object} entity
* @property {String} [entity.block]
* @property {String|ElemEntity|ElemEntity[]} [entity.elem]
* @property {String|ElemEntity|ElemEntity[]} [entity.elems]
* @property {String} [entity.mod]
* @property {String|Boolean} [entity.val]
* @property {String|ElemEntity|ElemEntity[]} [entity.elems]
* @property {Modifiers} [mods]
* @property {String} [tech]
*/
Expand Down

0 comments on commit b4d96d5

Please sign in to comment.