Szymon Cofalik 6 年 前
コミット
819a0ba8b8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-core/src/command.js

+ 1 - 1
packages/ckeditor5-core/src/command.js

@@ -186,7 +186,7 @@ export default class Command {
 	/**
 	/**
 	 * Clears forced disable previously set through {@link #clearForceDisabled}. See {@link #clearForceDisabled}.
 	 * Clears forced disable previously set through {@link #clearForceDisabled}. See {@link #clearForceDisabled}.
 	 *
 	 *
-	 * @param {String} id "Disable stack" identifier.
+	 * @param {String} id Unique identifier, equal to the one passed in {@link #forceDisabled} call.
 	 */
 	 */
 	clearForceDisabled( id ) {
 	clearForceDisabled( id ) {
 		this._disableStack.delete( id );
 		this._disableStack.delete( id );