Explorar el Código

JsDoc comment update.

Kuba Niegowski hace 5 años
padre
commit
10fc69b984
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/model/range.js

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

@@ -298,7 +298,7 @@ export default class Range {
 	 *		);
 	 *		transformed = range.getJoined( otherRange ); // range from [ 2, 7 ] to [ 5 ]
 	 *
-	 * @param {module:engine/model/range~Range} otherRange Range to sum with.
+	 * @param {module:engine/model/range~Range} otherRange Range to be joined.
 	 * @param {Boolean} [loose=false] Whether the intersection check is loose or strict. If the check is strict (`false`),
 	 * ranges are tested for intersection only. If the check is loose (`true`), compared range is also checked if it's "touching"
 	 * current range.