We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166606e commit be82dd0Copy full SHA for be82dd0
macros/contexts/contextReaction.pl
@@ -871,7 +871,7 @@ sub equivalent {
871
return $list->equivalent($other);
872
}
873
return 0 unless $other->isChemical;
874
- $other = $other->COMPOUND unless $other -type eq 'Compound';
+ $other = $other->COMPOUND unless $other->type eq 'Compound';
875
my $states = $self->context->flag('studentsMustUseStates');
876
my $molecular = $self->context->flag('compareMolecular');
877
my $both = $self->context->flag('acceptMolecularForm');
0 commit comments