Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Minor API docs fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 15, 2017
1 parent 8185467 commit b92342e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/deletecommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import count from '@ckeditor/ckeditor5-utils/src/count';
* The delete command. Used by the {@link module:typing/delete~Delete delete feature} to handle the <kbd>Delete</kbd> and
* <kbd>Backspace</kbd> keys.
*
* @extends core.command.Command
* @extends module:core/command~Command
*/
export default class DeleteCommand extends Command {
/**
Expand Down
5 changes: 3 additions & 2 deletions src/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export default class Input extends Plugin {
* Handles DOM mutations.
*
* @private
* @param {Array.<module:engine/view/document~MutatatedText|module:engine/view/document~MutatatedChildren>} mutations
* @param {Array.<module:engine/view/observer/mutationobserver~MutatedText|
* module:engine/view/observer/mutationobserver~MutatedChildren>} mutations
* @param {module:engine/view/selection~Selection|null} viewSelection
*/
_handleMutations( mutations, viewSelection ) {
Expand Down Expand Up @@ -127,7 +128,7 @@ class MutationHandler {
* Handles given mutations.
*
* @param {Array.<module:engine/view/observer/mutationobserver~MutatedText|
* module:engine/view/observer/mutationobserver~MutatatedChildren>} mutations
* module:engine/view/observer/mutationobserver~MutatedChildren>} mutations
* @param {module:engine/view/selection~Selection|null} viewSelection
*/
handle( mutations, viewSelection ) {
Expand Down

0 comments on commit b92342e

Please sign in to comment.