Skip to content

Commit

Permalink
Minor wording updates in a comment, see #398
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 2, 2023
1 parent 5fbeaa8 commit 65d559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/quadrilateral/view/CornerGuideNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CornerGuideNode extends Node {
this.visible = visible;
} );

// When right angle, display the RightAngleIndicator, otherwise the arcs representing angle are shown.
// When at a right angle, display the RightAngleIndicator, otherwise the arcs representing angles are shown.
vertex1.angleProperty.link( angle => {
arcNode.visible = !shapeModel.isRightAngle( angle! );

Expand Down

0 comments on commit 65d559e

Please sign in to comment.