Skip to content

Commit

Permalink
Fix typo: s/customidms/customimds/
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Sep 26, 2024
1 parent dcf6aa0 commit 507d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-config/src/imds/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn user_agent() -> AwsUserAgent {
/// use aws_config::imds::client::Client;
/// # async fn docs() {
/// let client = Client::builder()
/// .endpoint("http://customidms:456/").expect("valid URI")
/// .endpoint("http://customimds:456/").expect("valid URI")
/// .build();
/// # }
/// ```
Expand Down

0 comments on commit 507d1ae

Please sign in to comment.