Skip to content

Commit 400d14d

Browse files
committed
Remove comment that claims tick interval defaults to auto
1 parent 2ba8d95 commit 400d14d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/slider/slider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export class MdSlider implements AfterContentInit {
5757
@Input() step: number = 1;
5858

5959
/**
60-
* How often to show ticks. Defaults to auto which calculates how many to show.
61-
* Relative to the step so that a tick always appears on a step.
60+
* How often to show ticks. Relative to the step so that a tick always appears on a step.
6261
* Ex: Tick interval of 4 with a step of 3 will draw a tick every 4 steps (every 12 values).
6362
*/
6463
private _tickInterval: 'auto' | number;

0 commit comments

Comments
 (0)