Skip to content

Commit 6a604fb

Browse files
authored
Merge pull request #4651 from vespa-engine/kkraune-patch-1
fix doc testing
2 parents 219022a + b136aa6 commit 6a604fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/querying/query-language.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 id="live-query-examples">Live query examples</h2>
6666
Numeric: Select documents with integer in field - works both for single-value fields and multivalue,
6767
like array&lt;int&gt;:
6868
</p>
69-
<p><a class="yql-x">select * from doc where term_count = 257</a></p>
69+
<p><a class="yql-x">select * from doc where term_count = 258</a></p>
7070
<hr/>
7171

7272
<p>Phrase: Select documents with the phrase "question answering":</p>

0 commit comments

Comments
 (0)