From 01b525c03be35149ebe3a0668e90592fd761ac5d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 11 Aug 2023 11:45:58 -0400 Subject: [PATCH] Update description of NoFilter attribute --- SabreTools.Models/NoFilterAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.Models/NoFilterAttribute.cs b/SabreTools.Models/NoFilterAttribute.cs index 314be39b..e9ed2c8a 100644 --- a/SabreTools.Models/NoFilterAttribute.cs +++ b/SabreTools.Models/NoFilterAttribute.cs @@ -1,7 +1,7 @@ namespace SabreTools.Models { /// - /// Marks a property as required on write + /// Marks a key as unable to be filtered on /// [System.AttributeUsage(System.AttributeTargets.Field)] public class NoFilterAttribute : System.Attribute { }