We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf5e5f commit c25ebfaCopy full SHA for c25ebfa
README.md
@@ -18,7 +18,7 @@ statically allocated c style array. Care must be taken not to
18
dereference an empty array or access elements beyond bounds.
19
20
This library is very similar to
21
-[Vector](https://github.com/janelia-arduino/Array), however Vector
+[Vector](https://github.com/janelia-arduino/Vector), however Vector
22
stores data externally, outside the container, and this library stores
23
data internally. The pointer to the external memory causes the Vector
24
container to use more memory than this container, but storing the data
0 commit comments