Skip to content

Commit f8471f9

Browse files
committed
minor documentation fix
1 parent 4655801 commit f8471f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelKMeans.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct MultiThread <: CalculationMode
1616
n::Int
1717
end
1818

19-
# Get the number of avaialble threads for
19+
# Get the number of avaialble threads for multithreading implementation
2020
MultiThread() = MultiThread(Threads.nthreads())
2121

2222
"""

0 commit comments

Comments
 (0)