Skip to content

Commit

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

public static Dimension2IO = new IOType<Dimension2, Dimension2StateObject>( 'Dimension2IO', {
valueType: Dimension2,
documentation: 'A dimension with "width" and a "height" members.',
documentation: 'A dimension with "width" and "height" members.',
stateSchema: STATE_SCHEMA,
toStateObject: ( range: Dimension2 ) => range.toStateObject(),
fromStateObject: ( stateObject: Dimension2StateObject ) => Dimension2.fromStateObject( stateObject )
Expand Down

0 comments on commit 3b97454

Please sign in to comment.