Skip to content

Commit 8080e3a

Browse files
committed
Fix typos in POD documentation
1 parent be82dd0 commit 8080e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macros/contexts/contextReaction.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ =head1 DESCRIPTION
117117
correct answer in the form the correct answer is given (molecular or
118118
condensed structural form). If you want to allow either form, then
119119
you can set the flag C<acceptMolecularForm> to C<1>, in which case,
120-
the student's answwer is compared first to the original correct answer
120+
the student's answer is compared first to the original correct answer
121121
and then to its molecular form. For example, if the correct answer is
122-
`(NH_4)_3PO_4`, then a student answer of `N_3H_12PO_4` would also be
122+
C<(NH_4)_3PO_4>, then a student answer of C<N_3H_12PO_4> would also be
123123
considered correct when this flag is set to C<1>.
124124
125125
You can convert a compound (or every term of a complete reaction) to
@@ -128,7 +128,7 @@ =head1 DESCRIPTION
128128
129129
$R = Compute("CH_3CH_2CH_3")->molecularForm;
130130
131-
would make C<$R> be the quivalent of C<Compute("C_3H_8")>.
131+
would make C<$R> be the equivalent of C<Compute("C_3H_8")>.
132132
133133
Note that student answers aren't reduced to molecular form when
134134
C<acceptMolecularForm> is true. If you want to allow students to

0 commit comments

Comments
 (0)