Szymon Cofalik před 9 roky
rodič
revize
e13fcdbaac

+ 1 - 1
packages/ckeditor5-engine/src/conversion/mapper.js

@@ -51,7 +51,7 @@ export default class Mapper {
 		this._viewToModelMapping = new WeakMap();
 
 		/**
-		 * A map containing callbacks between view element classes and functions evaluating length of view elements
+		 * A map containing callbacks between view element names and functions evaluating length of view elements
 		 * in model.
 		 *
 		 * @private