diff --git a/ACadSharp/Entities/MultiLeader.cs b/ACadSharp/Entities/MultiLeader.cs
index d31a4609..c6026de2 100644
--- a/ACadSharp/Entities/MultiLeader.cs
+++ b/ACadSharp/Entities/MultiLeader.cs
@@ -13,7 +13,7 @@ namespace ACadSharp.Entities
/// Represents a entity.
///
///
- /// Object name
+ /// Object name
/// Dxf class name
///
[DxfName(DxfFileToken.EntityMultiLeader)]
@@ -202,6 +202,13 @@ public object Clone()
/// when the flag is set in the
/// property.
///
+ ///
+ /// There is only one field for the landing distance in the multileader property grid.
+ /// The value entered arrives in this property and the
+ /// property. If two leader roots exist both receive the same value. I seems
+ /// flag is never set.
+ ///
+ ///
[DxfCodeValue(41)]
public double LandingDistance { get; set; }
@@ -511,8 +518,8 @@ public object Clone()
/// or attach to the top/bottom.
///
/// The value for all leader lines can be overridden for each individual leader line by the
- /// property when the
- /// flag is set in the
+ /// property when the
+ /// flag is set in the
/// property.
///
///