Skip to content

Commit cfa694d

Browse files
committed
Replace bare ampersand with XML entity for the same.
1 parent 9625196 commit cfa694d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Deployment.Build/RubberduckPostBuildTask.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ public class RubberduckPostBuildTask : AppDomainIsolatedTask
9191
public string IncludeDir { get; set; }
9292

9393
/// <summary>
94-
/// Pipe-delimited list of DLL to generate TLBs from. Should contain only name & extension and exist in <see cref="SourceDir"/>.
95-
/// </summary>
94+
/// Pipe-delimited list of DLL to generate TLBs from. Should contain only name &amp; extension and exist in <see cref="SourceDir"/>.
95+
/// </summary>
9696
[Required]
9797
public string FilesToExtract { get; set; }
9898

0 commit comments

Comments
 (0)