diff --git a/src/Http/Http/src/QueryCollection.cs b/src/Http/Http/src/QueryCollection.cs
index c1df1e59aa92..b448269530c1 100644
--- a/src/Http/Http/src/QueryCollection.cs
+++ b/src/Http/Http/src/QueryCollection.cs
@@ -43,7 +43,7 @@ public QueryCollection(int capacity)
}
///
- /// Get or sets the associated value from the collection as a single string.
+ /// Gets the associated set of values from the collection.
///
/// The key name.
/// the associated value from the collection as a StringValues or StringValues.Empty if the key is not present.