Skip to content

Commit

Permalink
correct hand response bug fix, #526
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 5, 2022
1 parent e2a8b3a commit 1e80018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/describers/HandPositionsDescriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class HandPositionsDescriber {
}

assert && assert( distanceClause, 'Should be filled in by now' );
const otherHandStringProperty = ratioTerm === RatioTerm.ANTECEDENT ?
const otherHandStringProperty = ratioTerm === RatioTerm.CONSEQUENT ?
RatioAndProportionStrings.a11y.leftHandLowerStringProperty :
RatioAndProportionStrings.a11y.rightHandLowerStringProperty;

Expand Down

0 comments on commit 1e80018

Please sign in to comment.