Skip to content

Commit c83c74d

Browse files
901973-Modified the template document
1 parent 10591f5 commit c83c74d

File tree

2 files changed

+1
-1
lines changed
  • Find-and-Replace/Find-and-apply-bold-to-replaced-content/.NET/Find-and-apply-bold-to-replaced-content

2 files changed

+1
-1
lines changed

Find-and-Replace/Find-and-apply-bold-to-replaced-content/.NET/Find-and-apply-bold-to-replaced-content/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static void Main(string[] args)
3737
WParagraph para = body.ChildEntities[i] as WParagraph;
3838

3939
// Search for the word within the current paragraph.
40-
TextSelection replacedSelection = para.Find("Company name", true, false);
40+
TextSelection replacedSelection = para.Find("Company", true, false);
4141

4242
if (replacedSelection != null)
4343
{

0 commit comments

Comments
 (0)