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();