Commit f2598e0e authored by Matthijs Douze's avatar Matthijs Douze Committed by GitHub

Update Index.h

parent d8eeceb8
......@@ -39,7 +39,7 @@
namespace faiss {
/// Some algorithms support both an inner product vetsion and a L2 search version.
/// Some algorithms support both an inner product version and a L2 search version.
enum MetricType {
METRIC_INNER_PRODUCT = 0,
METRIC_L2 = 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment