@joebigelow / wix-1 / commits / edae7b1b

Fix typo.

Sean Hall committed Apr 19, 2021 at 23:14 UTC edae7b1bca72bb805f4e2c52ac3f89f8e068522b
1 file changed +1 -1
src/WixToolset.Data/Intermediate.cs
+1 -1
@@ -206,7 +206,7 @@ namespace WixToolset.Data
206 /// </summary>
207 /// <param name="section">Section to remove.</param>
208 /// <returns>True if the section was removed; otherwise false.</returns>
209 - public bool Removesection(IntermediateSection section)
209 + public bool RemoveSection(IntermediateSection section)
210 {
211 return this.sections.Remove(section);
212 }