diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:14:44 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:14:44 -0500 |
| commit | edae7b1bca72bb805f4e2c52ac3f89f8e068522b (patch) | |
| tree | dea88b252c8fc905a6b3134c8ed9e141e765ea69 /src | |
| parent | 9728166b827e8010494fbcb18ab734bb6d523c9b (diff) | |
| download | wix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.tar.gz wix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.tar.bz2 wix-edae7b1bca72bb805f4e2c52ac3f89f8e068522b.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/Intermediate.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Intermediate.cs b/src/WixToolset.Data/Intermediate.cs index 37fe7549..64f9810d 100644 --- a/src/WixToolset.Data/Intermediate.cs +++ b/src/WixToolset.Data/Intermediate.cs | |||
| @@ -206,7 +206,7 @@ namespace WixToolset.Data | |||
| 206 | /// </summary> | 206 | /// </summary> |
| 207 | /// <param name="section">Section to remove.</param> | 207 | /// <param name="section">Section to remove.</param> |
| 208 | /// <returns>True if the section was removed; otherwise false.</returns> | 208 | /// <returns>True if the section was removed; otherwise false.</returns> |
| 209 | public bool Removesection(IntermediateSection section) | 209 | public bool RemoveSection(IntermediateSection section) |
| 210 | { | 210 | { |
| 211 | return this.sections.Remove(section); | 211 | return this.sections.Remove(section); |
| 212 | } | 212 | } |
