From 89361317c1c9f03d25bcc7a9009c4029c770a530 Mon Sep 17 00:00:00 2001 From: thurston Date: Thu, 11 Dec 2008 04:40:50 +0000 Subject: [PATCH] Fixed a copy-paste error reported by Jose Quinteiro. git-svn-id: http://svn.complang.org/ragel/trunk@626 052ea7fc-9027-0410-9066-f65837a77df0 --- CREDITS | 3 ++- doc/ragel-guide.tex | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index f7587af..b1f68e3 100644 --- a/CREDITS +++ b/CREDITS @@ -37,4 +37,5 @@ missed. Judson Lester, Barry Arthur, Tim Potter, Ryan Phelps, David Waite, Kenny MacDermid, MenTaLguY, Manoj Rajagopalan, Tim Chklovski, Mikkel Fahnøe Jørgensen, Andrei Polushin, Evan Phoenix, David Balmain, - Ross Thomas, Mitchell Foral, John D. Mitchell, Diego 'Flameeyes' Pettenò + Ross Thomas, Mitchell Foral, John D. Mitchell, Diego 'Flameeyes' Pettenò, + Jose Quinteiro diff --git a/doc/ragel-guide.tex b/doc/ragel-guide.tex index 62f740d..3a0f039 100644 --- a/doc/ragel-guide.tex +++ b/doc/ragel-guide.tex @@ -1758,7 +1758,7 @@ instantiation that consumes input, can attempt to recover from errors. \sasp\verb|>!action >err(name) >err{...} | -- the start state\\ \sasp\verb|!action <>err(name) <>err{...}| -- any except start and final (middle) -- 2.7.4