File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ class Index
298
298
/* *
299
299
* \brief Perform radius search
300
300
* \param[in] queries The query points
301
- * \param[out] indices The indinces of the neighbors found within the given radius
301
+ * \param[out] indices The indices of the neighbors found within the given radius
302
302
* \param[out] dists The distances to the nearest neighbors found
303
303
* \param[in] radius The radius used for search
304
304
* \param[in] params Search parameters
@@ -334,7 +334,7 @@ class Index
334
334
/* *
335
335
* \brief Perform radius search
336
336
* \param[in] queries The query points
337
- * \param[out] indices The indinces of the neighbors found within the given radius
337
+ * \param[out] indices The indices of the neighbors found within the given radius
338
338
* \param[out] dists The distances to the nearest neighbors found
339
339
* \param[in] radius The radius used for search
340
340
* \param[in] params Search parameters
You can’t perform that action at this time.
0 commit comments