Skip to content

Commit f8fc9c1

Browse files
committed
style, fix missing verb
1 parent 4209daf commit f8fc9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developers/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ The Zarr library is an implementation of a file format standard defined external
315315

316316

317317
If an existing Zarr file format version changes, or a new version of the Zarr file format is released, then the Zarr library will generally require changes. It is very likely that
318-
a new Zarr file format will require extensive breaking changes to the Zarr library, and so support for a new Zarr file format in the Zarr library will almost certainly come in a
319-
major version. For some period of time after the Zarr library adds support for a new Zarr file format,
320-
there may be a period of accelerated changes as developers refine APIs that were added to support the new format. Breaking changes may more frequent until a new API is fully stabilized, and these breaking changes may occur in ``minor`` releases.
318+
a new Zarr file format will require extensive breaking changes to the Zarr library, and so support for a new Zarr file format in the Zarr library will almost certainly come in new ``major`` release.
319+
For some period of time after the Zarr library adds support for a new Zarr file format, there may be a period of accelerated changes as developers refine APIs that were added to support the new format.
320+
Breaking changes may more frequent until a new API is fully stabilized, and these breaking changes may occur in ``minor`` releases.
321321

322322

323323
Release procedure

0 commit comments

Comments
 (0)