Skip to content

Commit 508ecc7

Browse files
authored
Update README.md
1 parent 50afefb commit 508ecc7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ A simple didactic demonstration of the algorithm
7474
print_r($client->ranking($t->get(),"Pedro",1)); // result = [];
7575

7676
print_r($client->euclidean($table,"Pedro")); // result = ['C' => 1]
77-
/**third parameter determines the lowest accepted score**/
7877
print_r($client->euclidean($table,"Pedro", 2)); // result = [] ;
7978
```

0 commit comments

Comments
 (0)