Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Add a space between words
Browse files Browse the repository at this point in the history
Auditor: peter
Test plan: none
  • Loading branch information
petercollingridge committed Jun 25, 2014
1 parent ec2cb19 commit 8736d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
each and baskets of <var>plural_form(fruit(2))</var> for <code>$<var>fruit_2</var></code> each.
</p>
<p data-if="isMale(1)">
<var>person(1)</var> decided to buy a basket of <var>plural_form(fruit(1))</var>and a basket of <var>plural_form(fruit(2))</var> {before heading home|because those were his favorite kinds of fruit|}.
<var>person(1)</var> decided to buy a basket of <var>plural_form(fruit(1))</var> and a basket of <var>plural_form(fruit(2))</var> {before heading home|because those were his favorite kinds of fruit|}.
</p><p data-else="">
<var>person(1)</var> decided to buy a basket of <var>plural_form(fruit(1))</var> and a basket of <var>plural_form(fruit(2))</var> {before heading home|because those were her favorite kinds of fruit|}.
</p>
Expand Down

0 comments on commit 8736d78

Please sign in to comment.