Skip to content

Commit e060000

Browse files
committed
Fixed documentation typo
1 parent 9d8eeb9 commit e060000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeGeneration/CSharpProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public CSharpProperty(CSharpIdentifier type, string name)
4747
public List<CSharpAttribute> Attributes { get; } = new List<CSharpAttribute>();
4848

4949
/// <summary>
50-
/// An expression body for the property's setter.
50+
/// An expression body for the property's getter.
5151
/// </summary>
5252
public CSharpConstructor? GetterExpression { get; set; }
5353

0 commit comments

Comments
 (0)