changeset 23:a0f0c7d6a38f

Typo
author Jennie Zhang <y.zhang@cwi.nl>
date Wed, 24 Jan 2018 11:12:41 +0100 (2018-01-24)
parents 516363965869
children d67f80012f70
files regexp/README.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/regexp/README.rst	Tue Jan 23 15:03:54 2018 +0100
+++ b/regexp/README.rst	Wed Jan 24 11:12:41 2018 +0100
@@ -50,7 +50,7 @@
 It is also possible to have a reference to a column in some table on
 both sides of the filter function.  Given two tables with STRING
 columns where one table contains values and the other regular
-expressions, we can issue a queries such as the following (these two
+expressions, we can issue queries such as the following (these two
 queries are equivalent)::
 
   SELECT t1.value FROM t1 JOIN t2 ON [t1.value] sys.rematch [t2.pattern];