8
0
فهرست منبع

Fixed API docs.

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}
 	 *
 	 * @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.
 	 */
@@ -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.
 	 */