Explorar o código

Docs: small fix.

Szymon Cofalik %!s(int64=9) %!d(string=hai) anos
pai
achega
e13fcdbaac
Modificáronse 1 ficheiros con 1 adicións e 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