We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c547efb commit accd7ccCopy full SHA for accd7cc
dotnetv3/EC2/Actions/EC2Wrapper.cs
@@ -28,7 +28,7 @@ public EC2Wrapper(IAmazonEC2 amazonService, ILogger<EC2Wrapper> logger)
28
// snippet-start:[EC2.dotnetv3.AllocateAddress]
29
/// <summary>
30
/// Allocates an Elastic IP address that can be associated with an Amazon EC2
31
- // 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
32
// constant even when you restart the associated instance.
33
/// </summary>
34
/// <returns>The response object for the allocated address.</returns>
0 commit comments