Skip to content

Commit

Permalink
Update CollectionAgeLimitAttribute.cs (#8585)
Browse files Browse the repository at this point in the history
Fix typo, "should should not", is now "shouldn't".
  • Loading branch information
IEvangelist committed Aug 25, 2023
1 parent 82f3e88 commit fee692f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public void Populate(IServiceProvider services, Type grainClass, GrainType grain
}

/// <summary>
/// When applied to a grain implementation type this attribute specifies that activations of the grain should should not be collected by the idle activation collector.
/// When applied to a grain implementation type this attribute specifies that activations of the grain shouldn't be collected by the idle activation collector.
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class KeepAliveAttribute : Attribute, IGrainPropertiesProviderAttribute
Expand Down

0 comments on commit fee692f

Please sign in to comment.