From ae532766478d7a5bc72b0cabdbc3a427fa65c90d Mon Sep 17 00:00:00 2001 From: Noikoio Date: Thu, 3 Aug 2017 10:51:30 -0700 Subject: [PATCH] Fixed several errors in documentation --- BotFeature.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BotFeature.cs b/BotFeature.cs index f410afa..e3fcf08 100644 --- a/BotFeature.cs +++ b/BotFeature.cs @@ -29,7 +29,7 @@ namespace Noikoio.RegexBot /// Processes feature-specific configuration. /// /// - /// Feature code should not hold on to this data, but instead use to retrieve + /// Feature code should not hold on to this data, but instead use to retrieve /// them. This is in the event that configuration is reverted to an earlier state and allows for the /// bot and all features to revert to previously used configuration values with no effort on the part /// of individual features. @@ -73,7 +73,7 @@ namespace Noikoio.RegexBot /// /// Indicates which section under an individual Discord guild configuration should be passed to the - /// feature's method during configuration load. + /// feature's method during configuration load. /// [AttributeUsage(AttributeTargets.Method, Inherited = false)] public class ConfigSectionAttribute : Attribute