Maciej Bukowski пре 6 година
родитељ
комит
bbe1152eab
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/ckeditor5-link/src/ui/linkformview.js

+ 2 - 2
packages/ckeditor5-link/src/ui/linkformview.js

@@ -257,7 +257,7 @@ export default class LinkFormView extends View {
 	 * made based on {@link module:link/linkcommand~LinkCommand#manualDecorators}
 	 * made based on {@link module:link/linkcommand~LinkCommand#manualDecorators}
 	 *
 	 *
 	 * @private
 	 * @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.
 	 * collection of manual decorators stored in link's command.
 	 * @returns {module:ui/viewcollection~ViewCollection} of Switch Buttons.
 	 * @returns {module:ui/viewcollection~ViewCollection} of Switch Buttons.
 	 */
 	 */
@@ -293,7 +293,7 @@ export default class LinkFormView extends View {
 	 * to those decorators.
 	 * to those decorators.
 	 *
 	 *
 	 * @private
 	 * @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.
 	 * collection of manual decorators stored in link's command.
 	 * @returns {module:ui/viewcollection~ViewCollection} children of LinkFormView.
 	 * @returns {module:ui/viewcollection~ViewCollection} children of LinkFormView.
 	 */
 	 */