Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Mar 30, 2024
1 parent 8bb0090 commit 1a2fc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rankcorr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ end
x = rand(1000, 100)
xm = ifelse.(x .< 0.01, missing, x)

#=When executing code such as corkendall(x) allocations are approximatelty affine in the
#=When executing code such as corkendall(x) allocations are approximately affine in the
number of threads, thanks to use of task-local storage. The tests below have a "safety
factor" of 1.2 against the expected size of allocations.
=#
Expand Down

0 comments on commit 1a2fc48

Please sign in to comment.