We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531d80b commit 01cfefdCopy full SHA for 01cfefd
docs/v3/core/v3.0.rst
@@ -1555,7 +1555,7 @@ Let "+" be the string concatenation operator.
1555
Storage transformers
1556
====================
1557
1558
-A Zarr storage transformer allows a store to change zarr-compatible data before storing it.
+"A Zarr storage transformer modifies a request to read or write data before passing that request to the following transformer or store."
1559
The stored transformed data is restored to its original state whenever data is requested
1560
by the Array. Storage transformers can be configured per array via the
1561
`storage_transformers <storage_transformers (array)_>`_ name in the `array metadata`_. Storage transformers which do
0 commit comments