Skip to content

Commit 81317ac

Browse files
authored
Merge pull request #286 from brandon-neth/chunk-encoding
Typo in description of `compute_encoded_representation_type`
2 parents 7957bb9 + 213c2ad commit 81317ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/core/v3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ Logically, a codec ``c`` must define three properties:
11061106
representation and any codec parameters. In the case of a decoded
11071107
representation that is a multi-dimensional array, the shape and data type
11081108
of the encoded representation must be computable based only on the shape
1109-
and data type, but not the actual element values, of the encoded
1109+
and data type, but not the actual element values, of the decoded
11101110
representation. If the ``decoded_representation_type`` is not supported,
11111111
this algorithm must fail with an error.
11121112

0 commit comments

Comments
 (0)