From e373ae5452fb77956ece2c5bd83f0c4a1f803c11 Mon Sep 17 00:00:00 2001 From: Nelson Dominguez Date: Fri, 20 Oct 2023 21:12:32 +0200 Subject: [PATCH] Add missing 'of' in PngEncoder::new_with_quality docs --- src/codecs/png.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codecs/png.rs b/src/codecs/png.rs index 5a0dd16eac..6680a2939c 100644 --- a/src/codecs/png.rs +++ b/src/codecs/png.rs @@ -559,7 +559,7 @@ impl PngEncoder { /// option for encoding a particular image. That is, using options that map directly to a PNG /// image parameter will use this parameter where possible. But variants that have no direct /// mapping may be interpreted differently in minor versions. The exact output is expressly - /// __not__ part the SemVer stability guarantee. + /// __not__ part of the SemVer stability guarantee. /// /// Note that it is not optimal to use a single filter type, so an adaptive /// filter type is selected as the default. The filter which best minimizes