Skip to content

Commit c25ebfa

Browse files
committed
Updated documentation.
1 parent adf5e5f commit c25ebfa

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
@@ -18,7 +18,7 @@ statically allocated c style array. Care must be taken not to
1818
dereference an empty array or access elements beyond bounds.
1919

2020
This library is very similar to
21-
[Vector](https://github.com/janelia-arduino/Array), however Vector
21+
[Vector](https://github.com/janelia-arduino/Vector), however Vector
2222
stores data externally, outside the container, and this library stores
2323
data internally. The pointer to the external memory causes the Vector
2424
container to use more memory than this container, but storing the data

0 commit comments

Comments
 (0)