Explorar el Código

Docs: small fix.

Szymon Cofalik hace 9 años
padre
commit
e13fcdbaac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/conversion/mapper.js

+ 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