diff --git a/src/StackExchange.Redis/Enums/StreamTrimResult.cs b/src/StackExchange.Redis/Enums/StreamTrimResult.cs
index aa157a8a0..e58c321ab 100644
--- a/src/StackExchange.Redis/Enums/StreamTrimResult.cs
+++ b/src/StackExchange.Redis/Enums/StreamTrimResult.cs
@@ -16,7 +16,8 @@ public enum StreamTrimResult
Deleted = 1,
///
- /// Entry was not deleted, but there are still dangling references.
+ /// Entry was not deleted because it has either not been delivered to any consumer, or
+ /// still has references in the consumer groups' Pending Entries List (PEL).
///
/// This response relates to the mode.
NotDeleted = 2,