From 8633ac19259c5b76420adeaab147a3037c000d99 Mon Sep 17 00:00:00 2001 From: Railz Date: Mon, 1 Apr 2019 18:38:44 +0200 Subject: [PATCH] Changed wrong comment --- Database-Attribute_System/ClassAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database-Attribute_System/ClassAction.cs b/Database-Attribute_System/ClassAction.cs index f439e42..01a4a30 100644 --- a/Database-Attribute_System/ClassAction.cs +++ b/Database-Attribute_System/ClassAction.cs @@ -14,7 +14,7 @@ namespace eu.railduction.netcore.dll.Database_Attribute_System /// /// Given object (marked with Db-attributes) /// The data - /// This disables errors when class-field has no data-attribute + /// This disables errors when class-field is missing an data-attribute public static void FillObject(T classObject, Dictionary data, bool ignoreDataAttributeNotInClass = false) { Type classType = classObject.GetType();