Skip to content

Commit e2d9548

Browse files
committed
Fix doc test
Likely the doc PR was not rebased on latest master before merging
1 parent 4ea2f0e commit e2d9548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/getting-started/fastrp-knn-example.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ ORDER BY similarity DESCENDING, person1, person2
186186
[opts="header", caption=, title="Query result", cols="1,1,1"]
187187
|===
188188
| person1 | person2 | similarity
189-
| "Dan" | "Elsa" | 0.9866832495
190-
| "Elsa" | "Dan" | 0.9866832495
189+
| "Dan" | "Elsa" | 0.9866833091
190+
| "Elsa" | "Dan" | 0.9866833091
191191
| "Matt" | "Brie" | 0.9740184546
192192
| "Annie" | "Matt" | 0.9724045992
193193
| "Jeff" | "Annie" | 0.8667784333

0 commit comments

Comments
 (0)