Explorar o código

Updated JSDocs.

Kuba Niegowski %!s(int64=5) %!d(string=hai) anos
pai
achega
45e8cfcee3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-table/src/tablenavigation.js

+ 1 - 1
packages/ckeditor5-table/src/tablenavigation.js

@@ -342,7 +342,7 @@ export default class TableNavigation extends Plugin {
 	}
 
 	/**
-	 * Basing on provided range, finds first/last (depending on `direction`) position
+	 * Basing on provided range, finds first/last (depending on `direction`) position inside the range
 	 * that can contain `$text` (according to schema) and is visible in the view.
 	 *
 	 * @param {module:engine/model/range~Range} range The range to find position in.