From e0a6e8d6cc1f56697c478b9b7a45b69409beebfd Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Fri, 11 Dec 2009 06:10:38 +0000
Subject: [PATCH] Fixed typo in website.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1664 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 web/index.txt.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/index.txt.in b/web/index.txt.in
index 705a600bd..dc9f6c4c3 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -129,7 +129,7 @@ You may view existing bug reports and submit new ones at
     + Markdown tables without headers are now possible.
     + New hard line break syntax:  backslash followed by newline.
     + Improved performance of markdown reader by ~10% by eliminating the
-      need for a separate parsing pass for notes. Raw notes are now stored
+      need for a separate parsing pass for notes.
     + Improved syntax highlighting for literate Haskell.
     + Support for "..code-block" directive in RST reader.
     + Windows binary now includes highlighting support.