Skip to content

Commit 04aae42

Browse files
committed
rm *
1 parent 836a880 commit 04aae42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ chunks may be expected. Some writing strategies might be
149149
order). When replacing existing chunks larger or equal-sized chunks may be
150150
replaced in-place, leaving unused space up to an upper limit that might
151151
possibly be specified. Please note that, for regular-sized uncompressed data,
152-
all chunks have the same size and can therefore be replaced in-place. > *
152+
all chunks have the same size and can therefore be replaced in-place.
153153
* **Append-only**: Any chunk to write is appended to the existing shard,
154154
followed by an updated index. If previous chunks are updated, their storage
155155
space becomes unused, as well as the previous index. This might be useful for

0 commit comments

Comments
 (0)