diff --git a/dotnetv3/SNS/ListSNSSubscriptionsExample/ListSNSSubscriptionsExample/ListSubscriptions.cs b/dotnetv3/SNS/ListSNSSubscriptionsExample/ListSNSSubscriptionsExample/ListSubscriptions.cs index a9441c37067..89beeb9c7a1 100644 --- a/dotnetv3/SNS/ListSNSSubscriptionsExample/ListSNSSubscriptionsExample/ListSubscriptions.cs +++ b/dotnetv3/SNS/ListSNSSubscriptionsExample/ListSNSSubscriptionsExample/ListSubscriptions.cs @@ -31,7 +31,7 @@ public static async Task Main() } /// - /// Gets a list of the existing Amazon SNS subscriptions, optionally by specifying a specific topic ARN. + /// Gets a list of the existing Amazon SNS subscriptions, optionally by specifying a topic ARN. /// /// The initialized Amazon SNS client object used /// to obtain the list of subscriptions.