diff --git a/doc/source/contributor/api_microversion_dev.rst b/doc/source/contributor/api_microversion_dev.rst index c5315a320a1..38c8550598f 100644 --- a/doc/source/contributor/api_microversion_dev.rst +++ b/doc/source/contributor/api_microversion_dev.rst @@ -258,7 +258,7 @@ and the second is maximum acceptable version. A specified version can be null:: If the minimum version specified is null then there is no restriction on the minimum version, and likewise if the maximum version is null there -is no restriction the maximum version. Alternatively a one sided comparison +is no restriction the maximum version. Alternatively an one sided comparison can be used as in the example above. Other necessary changes