Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Nov 10, 2016
1 parent 63f04d7 commit 88d2c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/slider/slider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class MdSlider implements ControlValueAccessor {
this.onTouched();
}

/** Increments the slider by the given number of steps (negative number decrements. */
/** Increments the slider by the given number of steps (negative number decrements). */
_increment(event: KeyboardEvent, numSteps: number) {
if (this.disabled) { return; }

Expand Down

0 comments on commit 88d2c6d

Please sign in to comment.