Skip to content

Commit 85fe052

Browse files
committed
wording docs fix
1 parent fe077c4 commit 85fe052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Configuration options include the following:
3333
- Async and threading options, e.g. ``async.concurrency`` and ``threading.max_workers``
3434
- Selections of implementations of codecs, codec pipelines and buffers
3535
- Enabling GPU support with ``zarr.config.enable_gpu()``. See :ref:`user-guide-gpu` for more.
36-
- Tuning reads from sharded zarrs. When reading less than a complete shard, reads to nearby chunks
36+
- Tuning reads from sharded zarrs. When reading less than a complete shard, reads of nearby chunks
3737
within the same shard will be combined into a single request if they are less than
3838
``sharding.read.coalesce_max_gap_bytes`` apart and the combined request size is less than
3939
``sharding.read.coalesce_max_bytes``.

0 commit comments

Comments
 (0)