Skip to content

Commit 7d533b1

Browse files
author
Andy Ferris
authored
Merge pull request #1 from visr/patch-1
readme typo
2 parents 91c4061 + 5de7208 commit 7d533b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build status](https://ci.appveyor.com/api/projects/status/9qwb219wpdm3dg3c?svg=true)](https://ci.appveyor.com/project/andyferris/acceleratedarrays-jl)
77
[![codecov](https://codecov.io/gh/andyferris/AcceleratedArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/andyferris/AcceleratedArrays.jl)
88

9-
**AcceleratedArrays** provides (seconday) acceleration indexes for Julia `AbstractArray`s. Such
9+
**AcceleratedArrays** provides (secondary) acceleration indexes for Julia `AbstractArray`s. Such
1010
acceleration indexes can be used to speed up certain operations, particularly those
1111
involving searching through the values - for example, an `AcceleratedArray` may have more
1212
efficient implementations of functions such as `findall`, `filter`, and `unique`.

0 commit comments

Comments
 (0)