From 5f4527dec4365393bd7c338c505c69c2052653e5 Mon Sep 17 00:00:00 2001 From: Chris Lexmond Date: Fri, 17 May 2013 14:52:57 -0400 Subject: [PATCH] Attempting to fix markdown issue --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index dcaa34b..8a6bb35 100644 --- a/README.rdoc +++ b/README.rdoc @@ -79,7 +79,7 @@ Operators are: * ^ (not equal) * + (in array/range) * - (not in array/range) -* =~ (matching -- not a regexp but a string for SQL LIKE) NOTE: This will override 1.9.x "symbol as string" =~ behavior. +* \=~ (matching -- not a regexp but a string for SQL LIKE) NOTE: This will override 1.9.x "symbol as string" =~ behavior. * !~ (not matching, only available under Ruby 1.9) * > (greater than) * >= (greater than or equal to)