about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-09 15:12:11 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-09 15:12:11 -0700
commitc2ad5e16901ae2d9475e7d2772035ee345316bda (patch)
tree0385a08fc6f18c2af64af6a762fda0c1e133cca3
parent3fd0dfb5e561e966c188c434ea4c5e7907437a19 (diff)
downloadunicorn-c2ad5e16901ae2d9475e7d2772035ee345316bda.tar.gz
It's "Ragel+C" (as well as being Ragel->C) because there is C
code in the parser.  Oddly, validator.w3.org doesn't complain
about the unescaped ">", but we'll err on the safe side for
blissful ignorance.
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 6be86be..badc473 100644
--- a/DESIGN
+++ b/DESIGN
@@ -7,7 +7,7 @@
   all clients down, just one.  Only UNIX-like systems supporting
   fork() and file descriptor inheritance are supported.
 
-* The Ragel->C HTTP parser is taken from Mongrel.  This is the
+* The Ragel+C HTTP parser is taken from Mongrel.  This is the
   only non-Ruby part and there are no plans to add any more
   non-Ruby components.