Skip to content

Commit a1bfc76

Browse files
committed
Fix typo
1 parent f550b74 commit a1bfc76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/09-lexical-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ echo "\$myC->p1 = >$myC->p1<\n"; // → $myC->p1 = >2<
731731

732732
<pre>
733733
<i>heredoc-string-literal::</i>
734-
<i>b-prefix<sub>opt</sub></i> &lt;&lt;&lt; <i>hd-start-identifier new-line hd-body<sub>opt</sub></i> hd-end-identifier</i> ;<i><sub>opt</sub> new-line</i>
734+
<i>b-prefix<sub>opt</sub></i> &lt;&lt;&lt; <i>hd-start-identifier new-line hd-body<sub>opt</sub></i> hd-end-identifier ;<i><sub>opt</sub> new-line</i>
735735

736736
<i>hd-start-identifier::</i>
737737
<i>name</i>

spec/19-grammar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The grammar notation is described in [Grammars section](09-lexical-structure.md#
239239
-> <i>name</i>
240240

241241
<i>heredoc-string-literal::</i>
242-
<i>b-prefix<sub>opt</sub></i> &lt;&lt;&lt; <i>hd-start-identifier new-line hd-body<sub>opt</sub></i> hd-end-identifier</i> ;<i><sub>opt</sub> new-line</i>
242+
<i>b-prefix<sub>opt</sub></i> &lt;&lt;&lt; <i>hd-start-identifier new-line hd-body<sub>opt</sub></i> hd-end-identifier ;<i><sub>opt</sub> new-line</i>
243243

244244
<i>hd-start-identifier::</i>
245245
<i>name</i>

0 commit comments

Comments
 (0)