浏览代码

JsDoc comment update.

Kuba Niegowski 5 年之前
父节点
当前提交
10fc69b984
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.