>From 110a2564bc622c3b5ed659d049f99baf2e1a7dbf Mon Sep 17 00:00:00 2001
From: Hongwen Qiu <qiuhong...@gmail.com>
Date: Mon, 22 Nov 2010 15:32:47 +0800
Subject: [PATCH] [S05] typo fix.

---
 S05-regex.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/S05-regex.pod b/S05-regex.pod
index 67c98e6..92b4826 100644
--- a/S05-regex.pod
+++ b/S05-regex.pod
@@ -742,7 +742,7 @@ procedural; it allows the compiler and/or the
 run-time system to decide which parts to evaluate first, and it is
 erroneous to assume either order happens consistently.  The C<&&>
 form guarantees left-to-right order, and backtracking makes the right
-argument vary faster than the left.  In other words, C<&&> and C<||> establish
+argument very faster than the left.  In other words, C<&&> and C<||> establish
 sequence points.  The left side may be backtracked into when backtracking
 is allowed into the construct as a whole.
 
-- 
1.7.3.2

Reply via email to