Skip to content

Commit 13afcf0

Browse files
committed
translate only one untranslated word of chapter 11
1 parent f56c1ac commit 13afcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contextual.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ pre(longlist). 4173 struct kwtable *kw;
636636
4188 return kDO_BLOCK;
637637
4189 return kDO;
638638
4190 }
639-
4191 if (state == EXPR_BEG) /*** ここ ***/
639+
4191 if (state == EXPR_BEG) /*** Here ***/
640640
4192 return kw->id[0];
641641
4193 else {
642642
4194 if (kw->id[0] != kw->id[1])
@@ -1466,7 +1466,7 @@ This indicates a transition occurring during parser action. According to this,
14661466
for some reason an action is executed after reading the `')'` a transition to
14671467
`EXPR_ENDARG` occurs and `'{'` is nicely changed into `tLBRACE_ARG` This is
14681468
actually a pretty high-level technique – indiscriminately (ab)using
1469-
_[活用\逆用 :)]_ the LALR(1) up to the (1).
1469+
the LALR(1) up to the (1).
14701470

14711471
h4. Abusing the lookahead
14721472

0 commit comments

Comments
 (0)