ソースを参照

Docs: small fix.

Szymon Cofalik 9 年 前
コミット
e13fcdbaac
1 ファイル変更1 行追加1 行削除
  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