Skip to content

Commit

Permalink
doc fix, #123
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 2, 2023
1 parent 3b97454 commit 5320182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Range.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class Range implements TRange {

public static RangeIO = new IOType<Range, RangeStateObject>( 'RangeIO', {
valueType: Range,
documentation: 'A range with "min" and a "max" members.',
documentation: 'A range with "min" and "max" members.',
stateSchema: STATE_SCHEMA,
toStateObject: ( range: Range ) => range.toStateObject(),
fromStateObject: ( stateObject: RangeStateObject ) => Range.fromStateObject( stateObject )
Expand Down

0 comments on commit 5320182

Please sign in to comment.