diff --git a/Source/Engine/Scripting/Object.cs b/Source/Engine/Scripting/Object.cs
index e895b8199..ce7846d73 100644
--- a/Source/Engine/Scripting/Object.cs
+++ b/Source/Engine/Scripting/Object.cs
@@ -206,7 +206,7 @@ namespace FlaxEngine
}
///
- ///
+ /// Checks whether the two objects are equal.
///
///
///
@@ -218,7 +218,7 @@ namespace FlaxEngine
}
///
- ///
+ /// Checks whether the two objects are not equal.
///
///
///