8
0
Szymon Cofalik 6 лет назад
Родитель
Сommit
e26c5682b1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

+ 2 - 2
packages/ckeditor5-engine/src/conversion/upcastdispatcher.js

@@ -285,8 +285,8 @@ export default class UpcastDispatcher {
 
 
 		// Using the range returned by `model.Writer#split`, we will pair original elements with their split parts.
 		// Using the range returned by `model.Writer#split`, we will pair original elements with their split parts.
 		//
 		//
-		// The range returned from the writer spans "over the split" or, precisely saying, from the end of the original (split) element
-		// to the beginning of the other (new) part of that element:
+		// The range returned from the writer spans "over the split" or, precisely saying, from the end of the original element (the one
+		// that got split) to the beginning of the other part of that element:
 		//
 		//
 		// <limit><a><b><c>X[]Y</c></b><a></limit> ->
 		// <limit><a><b><c>X[]Y</c></b><a></limit> ->
 		// <limit><a><b><c>X[</c></b></a><a><b><c>]Y</c></b></a>
 		// <limit><a><b><c>X[</c></b></a><a><b><c>]Y</c></b></a>