Skip to content

Commit

Permalink
Fix extraeneous backtick (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Jan 25, 2022
1 parent a411bc3 commit eb0581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ mod loader {
/// Set configuration for all sub-loaders (credentials, region etc.)
///
/// Update the `ProviderConfig` used for all nested loaders. This can be used to override
/// the HTTPs` connector used or to stub in an in memory `Env` or `Fs` for testing.
/// the HTTPs connector used or to stub in an in memory `Env` or `Fs` for testing.
///
/// # Examples
/// ```no_run
Expand Down

0 comments on commit eb0581a

Please sign in to comment.