Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 22, 2024
1 parent a643130 commit a8c4514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Magnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default abstract class Magnet extends FELMovable {
// you make the value too large for the bar magnet, the field will end abruptly at the ends of the MathCAD data sets.
public readonly fieldScaleProperty: NumberProperty;

// reusable vector for transforming a position to the magnet's local coordinate frame
// Reusable vector for transforming a position to the magnet's local coordinate frame.
private readonly reusablePosition: Vector2;

protected constructor( strengthProperty: TReadOnlyProperty<number>, strengthRange: Range, providedOptions: MagnetOptions ) {
Expand Down

0 comments on commit a8c4514

Please sign in to comment.