Skip to content

Commit 85c0c5a

Browse files
Fix a comment.
1 parent 531ff9a commit 85c0c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/components/Layout/Layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function Layout( Splide: Splide, Components: Components, options: Options
162162
/**
163163
* Returns the list width for the horizontal slider, or the height for the vertical slider.
164164
*
165-
* @return The size of the track element in pixel.
165+
* @return The size of the list element in pixel.
166166
*/
167167
function listSize(): number {
168168
return rect( list )[ resolve( 'width' ) ];

0 commit comments

Comments
 (0)