Преглед изворни кода

Docs: Minor type correction.

Piotrek Koszuliński пре 6 година
родитељ
комит
bf467e912e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-engine/src/view/placeholder.js

+ 1 - 1
packages/ckeditor5-engine/src/view/placeholder.js

@@ -176,7 +176,7 @@ export function needsPlaceholder( element ) {
 // Updates all placeholders associated with a document in a post–fixer callback.
 //
 // @private
-// @param { module:engine/model/document~Document} doc
+// @param { module:engine/view/document~Document} doc
 // @param {module:engine/view/downcastwriter~DowncastWriter} writer
 // @returns {Boolean} True if any changes were made to the view document.
 function updateDocumentPlaceholders( doc, writer ) {