Skip to content
Snippets Groups Projects
Commit 36396ab3 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Correctly spell "indices".

parent fa17c05c
No related branches found
No related tags found
No related merge requests found
......@@ -190,9 +190,9 @@ sub get_bin_counts {
} );
}
# Returns an array of bins, each bin containing an array of indecies
# into the collection array for the entries allocated to that bin.
sub get_bin_entry_indecies {
# Returns an array of bins, each bin containing an array of indices into
# the collection array for the entries allocated to that bin.
sub get_bin_entry_indices {
my ( $this, $nbins ) = @_;
return $this->__bin(
......
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