diff --git a/RGB.NET.Core/RGBSurface.cs b/RGB.NET.Core/RGBSurface.cs
index 831eaf4..3cebaa7 100644
--- a/RGB.NET.Core/RGBSurface.cs
+++ b/RGB.NET.Core/RGBSurface.cs
@@ -13,7 +13,6 @@ namespace RGB.NET.Core
///
///
/// Represents a RGB-surface containing multiple devices.
- /// Represents a RGB-surface containing multiple devices.
///
public sealed class RGBSurface : AbstractBindable, IDisposable
{
@@ -27,11 +26,13 @@ namespace RGB.NET.Core
///
/// Gets a readonly list containing all loaded .
+ /// This collection should be locked when enumerated in a multi-threaded application.
///
public IReadOnlyList Devices { get; }
///
/// Gets a readonly list containing all registered .
+ /// This collection should be locked when enumerated in a multi-threaded application.
///
public IReadOnlyList UpdateTriggers { get; }