Skip to content

Commit daef2bc

Browse files
authored
Merge pull request #296 from zoj613/typo
DOC: Fix v3 spec typo in "operation for retrieving chunk data" section.
2 parents 1d60848 + c3a0bb4 commit daef2bc

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
@@ -1515,7 +1515,7 @@ Let "+" be the string concatenation operator.
15151515
**Retrieve chunk data in an array**
15161516

15171517
To retrieve chunk data in an array at path `P` and chunk coordinate (`i`,
1518-
`j`, ...), perform ``get(data_key(P, j, i, ...), value)``. The returned
1518+
`j`, ...), perform ``get(data_key(P, j, i, ...))``. The returned
15191519
value is the serialisation of the corresponding chunk, encoded according to
15201520
the array metadata stored at ``meta_key(P)``.
15211521

0 commit comments

Comments
 (0)