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

Commit

Permalink
API docs fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Dec 21, 2017
1 parent 0a4ffcc commit 2a1d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ function _fixItemsType( changePosition, model, batch ) {
* <listItem type="bulleted" indent=2>C</listItem>
*
* @param {module:utils/eventinfo~EventInfo} evt An object containing information about the fired event.
* @param {Array} args Arguments of {@link module:engine/controller/datacontroller~DataController#insertContent}.
* @param {Array} args Arguments of {@link module:engine/model/model~Model#insertContent}.
*/
export function modelIndentPasteFixer( evt, [ content, selection ] ) {
// Check whether inserted content starts from a `listItem`. If it does not, it means that there are some other
Expand Down

0 comments on commit 2a1d476

Please sign in to comment.