Browse Source

Small clarification in the API docs.

Piotrek Koszuliński 8 years ago
parent
commit
be8bbe2e21
1 changed files with 2 additions and 1 deletions
  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.