소스 검색

Small clarification in the API docs.

Piotrek Koszuliński 9 년 전
부모
커밋
be8bbe2e21
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/ckeditor5-paragraph/src/paragraphcommand.js

+ 2 - 1
packages/ckeditor5-paragraph/src/paragraphcommand.js

@@ -38,7 +38,8 @@ export default class ParagraphCommand extends Command {
 	}
 
 	/**
-	 * Executes command.
+	 * Executes the command. All the {@link module:engine/model/schema~Schema#blocks blocks} in the selection
+	 * will be turned to paragraphs.
 	 *
 	 * @protected
 	 * @param {Object} [options] Options for executed command.