Skip to content

Commit a5f5a02

Browse files
author
scritch
committed
Added carriage return to have as many chapter in English as in Japanese
git-svn-id: http://rhg.rubyforge.org/svn@68 2ba632a7-620d-0410-bd84-d74392fff1da
1 parent 5e4d5e6 commit a5f5a02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

en/chapter10.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$comment(-*- coding: utf-8 -*- vim:set encoding=utf-8:)$
1+
$comment(-*- coding: utf-8 -*- vim:set encoding=utf-8:)$
22
Translated by Robert GRAVINA
33

44
h1. Chapter 10: Parser
@@ -159,8 +159,9 @@ kind of hierarchy of symbols such as `program`→`stmt`→`expr`→`primary`.
159159

160160
It is often the case that symbol types lower in this heirarchy can be promoted
161161
to higher levels and vice versa. For example, in C function calls are expressions
162-
yet can be may also be statements. Conversely, when surrounded in parenthesis
163-
expressions become primaries.
162+
yet can be may also be statements.
163+
164+
Conversely, when surrounded in parenthesis expressions become primaries.
164165

165166
Scoping rules differ considerably between programming languages. Consider
166167
substitution. In C, the value of expressions can be used in substitutions

0 commit comments

Comments
 (0)