Skip to content

Commit

Permalink
#668: After review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
annoviko committed Feb 12, 2021
1 parent 1ad1b57 commit fe7f37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccore/include/pyclustering/cluster/kmedoids_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ class kmedoids_data : public cluster_data {
public:
/**
*
* @brief Returns reference medoids that corresponds to allocated clusters.
* @brief Returns reference to medoids that correspond to allocated clusters.
*
*/
medoid_sequence & medoids() { return m_medoids; }

/**
*
* @brief Returns constant reference to medoids that corresponds to allocated clusters.
* @brief Returns constant reference to medoids that correspond to allocated clusters.
*
*/
const medoid_sequence & medoids() const { return m_medoids; }
Expand Down

0 comments on commit fe7f37a

Please sign in to comment.