Skip to content

Commit e530a7a

Browse files
Update Program.cs
1 parent f4c12db commit e530a7a

File tree

1 file changed

+1
-1
lines changed
  • Fields/Get-field-code/.NET/Get-field-code

1 file changed

+1
-1
lines changed

Fields/Get-field-code/.NET/Get-field-code/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static void Main(string[] args)
1818
// Access the field in the first paragraph of the first section.
1919
WField field = document.Sections[0].Paragraphs[0].ChildEntities[2] as WField;
2020

21-
// Get and print the field code of the merge field.
21+
// Get and print the field code.
2222
string fieldCode = field.FieldCode;
2323
Console.WriteLine(fieldCode);
2424
}

0 commit comments

Comments
 (0)