Skip to content

Commit

Permalink
fixed wrong type in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatseFR committed Mar 2, 2023
1 parent ba92f3f commit 1d5ffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/feathers/controls/NumericStepper.as
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ package feathers.controls
* customized:</p>
*
* <listing version="3.0">
* stepper.valueParseFunction = function(displayedText:String):String
* stepper.valueParseFunction = function(displayedText:String):Number
* {
* return currencyFormatter.parse(displayedText).value;
* };</listing>
Expand Down

0 comments on commit 1d5ffd3

Please sign in to comment.