소스 검색

Fix a comment.

Naotoshi Fujita 3 년 전
부모
커밋
85c0c5a8ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/components/Layout/Layout.ts

+ 1 - 1
src/js/components/Layout/Layout.ts

@@ -162,7 +162,7 @@ export function Layout( Splide: Splide, Components: Components, options: Options
   /**
    * Returns the list width for the horizontal slider, or the height for the vertical slider.
    *
-   * @return The size of the track element in pixel.
+   * @return The size of the list element in pixel.
    */
   function listSize(): number {
     return rect( list )[ resolve( 'width' ) ];