From b6d115a7ebda0373f18917874c426fa609dc3a6a Mon Sep 17 00:00:00 2001 From: Rachel Hagerman <110480692+rlhagerm@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:52:45 -0500 Subject: [PATCH] Updated comments. --- dotnetv3/EC2/Actions/EC2Wrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.