Skip to content

Commit

Permalink
OGM-1521 Fixed bad looking code example
Browse files Browse the repository at this point in the history
  Removed redundant double quote.
  • Loading branch information
lorry224 authored and DavideD committed Aug 29, 2018
1 parent d6016d3 commit 3b07d10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ from Hypothesis h where h.position = 2 and not h.id = '13'
from Hypothesis h where h.description = :myParam
// range query
from Hypothesis h where h.description BETWEEN :start and :end"
from Hypothesis h where h.description BETWEEN :start and :end
// comparisons
from Hypothesis h where h.position < 3
Expand Down

0 comments on commit 3b07d10

Please sign in to comment.