diff --git a/dotnetv3/EC2/Actions/EC2Wrapper.cs b/dotnetv3/EC2/Actions/EC2Wrapper.cs index 57c4b894ae6..7ae83baacae 100644 --- a/dotnetv3/EC2/Actions/EC2Wrapper.cs +++ b/dotnetv3/EC2/Actions/EC2Wrapper.cs @@ -28,7 +28,7 @@ public EC2Wrapper(IAmazonEC2 amazonService, ILogger logger) // snippet-start:[EC2.dotnetv3.AllocateAddress] /// /// 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. /// /// The response object for the allocated address.