Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
More rogue italic problems fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey committed Apr 18, 2016
1 parent 41a727e commit dcd2b3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/09-lexical-structure.md
Expand Up @@ -84,8 +84,8 @@ script. Each script must conform to this production.

<pre>
<i>input-file::
<i>input-element
<i>input-file input-element
<i>input-element</i>
<i>input-file input-element</i>
<i>input-element::</i>
<i>comment</i>
<i>white-space</i>
Expand Down
2 changes: 1 addition & 1 deletion spec/10-expressions.md
Expand Up @@ -795,7 +795,7 @@ $obj2 = clone $obj1; // creates a new Manager that is a deep copy
<i>class-type-designator:</i>
static
<i>qualified-name</i>
<i>variable-name<i>
<i>variable-name</i>
</pre>

**Defined elsewhere**
Expand Down
2 changes: 1 addition & 1 deletion spec/11-statements.md
Expand Up @@ -532,7 +532,7 @@ for ($a = 100, $i = 1; ++$i, $i <= 10; ++$i, $a -= 10) {
<i>foreach-key:</i>
<i>expression</i>  =>

<i>foreach-value:<i>
<i>foreach-value:</i>
&amp;<sub>opt</sub>   <i>expression</i>
<i>list-intrinsic</i>
</pre>
Expand Down

0 comments on commit dcd2b3e

Please sign in to comment.