Browse Source

Tweak comments.

Naotoshi Fujita 2 years ago
parent
commit
3d70738973
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/js/components/Move/Move.ts

+ 1 - 3
src/js/components/Move/Move.ts

@@ -111,7 +111,7 @@ export function Move(
   }
 
   /**
-   * Jumps to the slide at the specified index.
+   * Jumps to the slide at the specified index (silently).
    *
    * @param index - An index to jump to.
    */
@@ -178,8 +178,6 @@ export function Move(
   /**
    * Returns the closest index to the position.
    *
-   * @todo
-   *
    * @param position - A position to convert.
    *
    * @return The closest index to the position.