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

Commit

Permalink
Simplified the docs for private util.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 19, 2018
1 parent 5243fb2 commit eedbeac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ function isInsideNestedEditable( element ) {
return false;
}

// Checks whether the specified {@link module:engine/view/element~Element element} is a child of
// the other {@link module:engine/view/element~Element element}.
// Checks whether the specified `element` is a child of the `parent` element.
//
// @param {module:engine/view/element~Element} element An element to check.
// @param {module:engine/view/element~Element|null} parent A parent for the element.
Expand Down

0 comments on commit eedbeac

Please sign in to comment.