Skip to content

Commit

Permalink
Updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Sep 27, 2024
1 parent 94d9e53 commit b6d115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnetv3/EC2/Actions/EC2Wrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public EC2Wrapper(IAmazonEC2 amazonService, ILogger<EC2Wrapper> logger)
// snippet-start:[EC2.dotnetv3.AllocateAddress]
/// <summary>
/// Allocates an Elastic IP address that can be associated with an Amazon EC2
// instance.By using an Elastic IP address, you can keep the public IP address
// instance. By using an Elastic IP address, you can keep the public IP address
// constant even when you restart the associated instance.
/// </summary>
/// <returns>The response object for the allocated address.</returns>
Expand Down

0 comments on commit b6d115a

Please sign in to comment.