Skip to content

Commit d634abf

Browse files
committed
doc: Fix typo.
closes gh-74
1 parent 28310dd commit d634abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Examples of RSQL expressions in both FIQL-like and alternative notation:
132132
- director.lastName==Nolan and year>=2000 and year<2010
133133
- genres=in=(sci-fi,action);genres=out=(romance,animated,horror),director==Que*Tarantino
134134
- genres=in=(sci-fi,action) and genres=out=(romance,animated,horror) or director==Que*Tarantino
135-
- year=notnull= and director.lastName=isnull=
135+
- year=notnull= and director.lastName=null=
136136
----
137137

138138
== How to use

0 commit comments

Comments
 (0)