From a5af528a6753ce26264d59c2c4d2031d174b6df7 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 19 May 2012 21:42:47 -0600 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e060c3e5..665689c1e 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,7 @@ You can generate a PDF or an HTML copy of this guide using assignment with parenthesis. ```Ruby - # good - shows intented use of assignment + # good - shows intended use of assignment if (v = array.grep(/foo/)) ... # bad