8
0
فهرست منبع

Added JSDoc link.

Kuba Niegowski 5 سال پیش
والد
کامیت
e7bbeefe57
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-engine/src/model/range.js

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

@@ -301,7 +301,7 @@ export default class Range {
 	 * @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 or whether start/end positions are equal. If the check is loose (`true`),
-	 * compared range is also checked if it's "touching" current range.
+	 * compared range is also checked if it's {@link module:engine/model/position~Position#isTouching touching} current range.
 	 * @returns {module:engine/model/range~Range|null} A sum of given ranges or `null` if ranges have no common part.
 	 */
 	getJoined( otherRange, loose = false ) {