From 2dc4ac303ba86da08179444099faad2e35139c34 Mon Sep 17 00:00:00 2001 From: Sergey Novik Date: Tue, 12 Nov 2013 04:18:13 +0300 Subject: [PATCH] Fix a typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5632b3c76..ef24a23df 100644 --- a/README.md +++ b/README.md @@ -2434,7 +2434,7 @@ this rule only to arrays with two or more elements. %q{"Test's king!", John said.} # good - %w(one tho three) + %w(one two three) %q("Test's king!", John said.) ```