Unverified Commit b2535d8c authored by Johnathan W's avatar Johnathan W Committed by GitHub
Browse files

Correcting wording for S3 client docs. (#3304)

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 093e9a22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ object AwsDocs {
                ## }
                ```

                Occasionally, SDKs may have additional service-specific that can be set on the [`Config`] that
                Occasionally, SDKs may have additional service-specific values that can be set on the [`Config`] that
                is absent from [`SdkConfig`], or slightly different settings for a specific client may be desired.
                The [`Config`] struct implements `From<&SdkConfig>`, so setting these specific settings can be
                done as follows: