Skip to content

Commit 152d3cf

Browse files
committed
Update README.md
1 parent ce30f07 commit 152d3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Arctic includes three storage engines:
9999
* [TickStore](arctic/tickstore/tickstore.py): Column oriented tick database. Supports
100100
dynamic fields, chunks aren't versioned. Designed for large continuously ticking data.
101101
* [Chunkstore](arctic/chunkstore/chunkstore.py): A storage type that allows data to be stored in customizable chunk sizes. Chunks
102-
aren't versioned, and can up appended to and updated in place.
102+
aren't versioned, and can be appended to and updated in place.
103103

104104
Arctic storage implementations are **pluggable**. VersionStore is the default.
105105

0 commit comments

Comments
 (0)