Skip to content

Commit dcfeea2

Browse files
committed
comments
1 parent efec367 commit dcfeea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ACadSharp/Objects/CadDictionaryWithDefault.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ public class CadDictionaryWithDefault : CadDictionary
2323
public override string SubclassMarker => DxfSubclassMarker.DictionaryWithDefault;
2424

2525
/// <summary>
26-
/// Default object
26+
/// Default entry.
2727
/// </summary>
2828
/// <remarks>
29-
/// Currently only used for plot style dictionary's default entry, named “Normal”
29+
/// Currently only used for plot style dictionary's default entry, named “Normal”.
3030
/// </remarks>
3131
[DxfCodeValue(DxfReferenceType.Handle, 340)]
3232
public CadObject DefaultEntry { get; set; }

0 commit comments

Comments
 (0)