Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed incorrect types. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 12, 2019
2 parents 73bf132 + 7285a20 commit a909db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/linkformview.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default class LinkFormView extends View {
* made based on {@link module:link/linkcommand~LinkCommand#manualDecorators}
*
* @private
* @param {module:link/linkcommand~LinkCommand#manualDecorators} manualDecorators reference to
* @param {module:utils/collection~Collection} manualDecorators A reference to the
* collection of manual decorators stored in link's command.
* @returns {module:ui/viewcollection~ViewCollection} of Switch Buttons.
*/
Expand Down Expand Up @@ -293,7 +293,7 @@ export default class LinkFormView extends View {
* to those decorators.
*
* @private
* @param {module:link/linkcommand~LinkCommand#manualDecorators} manualDecorators reference to
* @param {module:utils/collection~Collection} manualDecorators A reference to the
* collection of manual decorators stored in link's command.
* @returns {module:ui/viewcollection~ViewCollection} children of LinkFormView.
*/
Expand Down

0 comments on commit a909db4

Please sign in to comment.