diff --git a/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs b/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
index 7e101504e1..855c262fc8 100644
--- a/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
+++ b/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
@@ -71,7 +71,9 @@ public interface ICharTermAttribute : IAttribute, ICharSequence, IAppendable
///
///
/// LUCENENET: To mimic StringBuilder, we allow this to be settable.
- /// This replaces the chainable SetLength method in the Java version.
+ /// The setter may be used as an alternative to
+ /// if
+ /// chaining is not required.
///
///
new int Length { get; set; }