diff --git a/source/DefaultEcs/Components.cs b/source/DefaultEcs/Components.cs
index 89e01263..a2eadd10 100644
--- a/source/DefaultEcs/Components.cs
+++ b/source/DefaultEcs/Components.cs
@@ -4,6 +4,7 @@ namespace DefaultEcs
{
///
/// Provides a fast access to the components of type .
+ /// Note that all entity modification operations are not safe (anything different than a simple ) and may invalidate the .
///
/// The type of the component.
public readonly ref struct Components