diff --git a/Lib/Common/Blob/CloudBlobClient.Common.cs b/Lib/Common/Blob/CloudBlobClient.Common.cs
index 304dfdc93..a57e98559 100644
--- a/Lib/Common/Blob/CloudBlobClient.Common.cs
+++ b/Lib/Common/Blob/CloudBlobClient.Common.cs
@@ -187,8 +187,7 @@ public string DefaultDelimiter
/// Returns a reference to the root container.
///
/// A object.
- /// Note that the root container must be explicitly created, if it does not already exist, before
- /// you can read from it or write to it.
+ /// Note that the root container must be explicitly created, if it does not already exist, before you can read from it or write to it.
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Reviewed")]
public virtual CloudBlobContainer GetRootContainerReference()
{