8
0
فهرست منبع

Docs: No need to duplicate method name if it can be determined during API docs compile time.

Marek Lewandowski 6 سال پیش
والد
کامیت
a85e0ddf3d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-mention/src/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/src/mentionui.js

@@ -86,7 +86,7 @@ export default class MentionUI extends Plugin {
 		 * @private
 		 * @param {String} marker
 		 * @param {String} feedText
-		 * @method #_requestFeedDebounced
+		 * @method
 		 */
 		this._requestFeedDebounced = debounce( this._requestFeed, 100 );