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

Commit

Permalink
Docs: Fixed invalid params in document model docs. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Feb 5, 2019
1 parent 98d2ae6 commit 05e4e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default class Document {
* @protected
* @fires change
* @fires change:data
* @param {module:engine/model/writer~Writer writer} writer The writer on which post-fixers will be called.
* @param {module:engine/model/writer~Writer} writer The writer on which post-fixers will be called.
*/
_handleChangeBlock( writer ) {
if ( this._hasDocumentChangedFromTheLastChangeBlock() ) {
Expand Down Expand Up @@ -384,7 +384,7 @@ export default class Document {
* Performs post-fixer loops. Executes post-fixer callbacks as long as none of them has done any changes to the model.
*
* @private
* @param {module:engine/model/writer~Writer writer} writer The writer on which post-fixer callbacks will be called.
* @param {module:engine/model/writer~Writer} writer The writer on which post-fixer callbacks will be called.
*/
_callPostFixers( writer ) {
let wasFixed = false;
Expand Down

0 comments on commit 05e4e20

Please sign in to comment.