Skip to content

Commit

Permalink
Fix typo in changelog entry (#2587)
Browse files Browse the repository at this point in the history
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
jdisanti committed Apr 18, 2023
1 parent 7cb9d6a commit 04cf5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "parker-timmerman"

[[aws-sdk-rust]]
message = "Fix but where an incorrect endpoint was produced for WriteGetObjectResponse"
message = "Fix bug where an incorrect endpoint was produced for `WriteGetObjectResponse`"
references = ["smithy-rs#781", "aws-sdk-rust#781"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "rcoh"
Expand All @@ -106,7 +106,7 @@ meta = { "breaking" = false, "tada" = true, "bug" = true }
author = "Velfi"

[[aws-sdk-rust]]
message = "`aws_smithy_types::date_time::Format` has been re-exported in service client crates."
message = "`aws_smithy_types::date_time::Format` has been re-exported in SDK crates."
references = ["smithy-rs#2534"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"
Expand Down

0 comments on commit 04cf5e6

Please sign in to comment.