Maciej Bukowski преди 8 години
родител
ревизия
dc4e218de7
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      packages/ckeditor5-engine/src/model/selection.js
  2. 1 1
      packages/ckeditor5-engine/src/view/selection.js

+ 1 - 1
packages/ckeditor5-engine/src/model/selection.js

@@ -621,7 +621,7 @@ export default class Selection {
 	}
 
 	/**
-	 * Creates and returns an instance of `Selection` that is created from the given ranges.
+	 * Creates and returns an instance of `Selection` from the given ranges.
 	 * Accepts a flag describing in which way the selection is made (see {@link #addRange addRange}).
 	 *
 	 * @param {Array.<module:engine/view/range~Range>} ranges Array of ranges to set.

+ 1 - 1
packages/ckeditor5-engine/src/view/selection.js

@@ -497,7 +497,7 @@ export default class Selection {
 	}
 
 	/**
-	 * Creates and returns an instance of `Selection` that is created from the given ranges.
+	 * Creates and returns an instance of `Selection` from the given ranges.
 	 * Accepts a flag describing in which way the selection is made (see {@link #addRange addRange}).
 	 *
 	 * @param {Array.<module:engine/view/range~Range>} ranges Array of ranges to set.