Skip to content

Commit

Permalink
some doc polishing #262
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 13, 2023
1 parent 659c9d9 commit 19f49ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/CalculusGrapherModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class CalculusGrapherModel implements TModel {
// derived curves.
public readonly predictCurve: TransformedCurve;

// These curves are derived from originalCurve.
// These curves are derived, not manipulated by the user.
public readonly derivativeCurve: DerivativeCurve;
public readonly integralCurve: IntegralCurve;
public readonly secondDerivativeCurve: DerivativeCurve;
Expand Down

0 comments on commit 19f49ba

Please sign in to comment.