From ef07d73e6e87f3d027a229290f8ee592bf22acaa Mon Sep 17 00:00:00 2001 From: Joe4evr Date: Fri, 13 Jul 2018 08:58:03 +0200 Subject: [PATCH] Slightly better wording --- .../Attributes/ParameterPreconditionAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs b/src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs index 9b750809b..8ee46f9f9 100644 --- a/src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs +++ b/src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs @@ -15,7 +15,7 @@ namespace Discord.Commands /// /// The context of the command. /// The parameter of the command being checked against. - /// The raw value of the type. + /// The raw value of the parameter. /// The service collection used for dependency injection. public abstract Task CheckPermissionsAsync(ICommandContext context, ParameterInfo parameter, object value, IServiceProvider services); }