Skip to content

Commit

Permalink
oo fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Mar 9, 2024
1 parent f834d22 commit 93875a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafit/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type SingleVariable = number;
*/
export type MultiVariable = Array<number>;
/**
* Defines whether this is a single- or multi-variable problem.
* Declares whether this is a single- or multi-variable problem.
*/
export type VariableType = SingleVariable | MultiVariable;
/**
Expand Down

0 comments on commit 93875a7

Please sign in to comment.