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

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jasiun committed Feb 5, 2018
1 parent 19b39dc commit bb38229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,8 @@ export default class Schema {
/**
* Tries to find position ancestors that allows to insert given node.
* It starts searching from the given position and goes node by node to the top of the model tree
* as long as {@link module:engine/model/schema~Schema#isLimit limit element} or top-most ancestor won't be reached.
* as long as {@link module:engine/model/schema~Schema#isLimit limit element},
* {@link module:engine/model/schema~Schema#isObject object element} or top-most ancestor won't be reached.
*
* @params {module:engine/model/node~Node} node Node for which allowed parent should be found.
* @params {module:engine/model/position~Position} position Position from searching will start.
Expand Down

0 comments on commit bb38229

Please sign in to comment.