Explorar o código

JsDoc comment update.

Kuba Niegowski %!s(int64=5) %!d(string=hai) anos
pai
achega
10fc69b984
Modificáronse 1 ficheiros con 1 adicións e 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.