Skip to content

Commit 76181bc

Browse files
authored
Typos in sharding spec
1 parent 36b4832 commit 76181bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Configuration parameters
8484
Sharding can be configured per array in the :ref:`array-metadata` as follows::
8585

8686
{
87-
codecs: [
87+
"codecs": [
8888
{
8989
"name": "sharding_indexed"
9090
"configuration": {
@@ -110,7 +110,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
110110
"endian": "little",
111111
}
112112
},
113-
{ "name": "crc32c"}
113+
{ "name": "crc32c" }
114114
]
115115
}
116116
}
@@ -235,7 +235,7 @@ common optimizations.
235235
read the entire value from the store into a byte buffer, (b) parse the shard
236236
index as specified above from the end of the buffer and (c) cut out the
237237
relevant bytes that belong to the requested chunk. The relevant bytes are
238-
determined by the `offset,nbytes` pair in the shard index. This bytestream
238+
determined by the ``offset,nbytes`` pair in the shard index. This bytestream
239239
then needs to be decoded with the inner codecs as specified in the sharding
240240
configuration applying the :ref:`decoding_procedure`. This is similar to how
241241
an implementation would access a sub-slice of a chunk.

0 commit comments

Comments
 (0)