Skip to content

Commit a634245

Browse files
authored
Update ICodeModule.cs
reworded summary xml-doc
1 parent 0bddfdb commit a634245

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Rubberduck.VBEEditor/SafeComWrappers/Abstract/ICodeModule.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public interface ICodeModule : ISafeComWrapper, IEquatable<ICodeModule>
2020
string ContentHash();
2121

2222
/// <summary>
23-
/// Adds the specified code to the module after the VBE inserted Option Explicit and an
24-
/// extra empty line if "require variable declaration is enabled.
23+
/// Adds the specified code to the module. If "require variable declaration" is on, code is added under Option Explicit and an extraneous empty line.
2524
/// </summary>
2625
void AddFromString(string content);
2726
void AddFromFile(string path);
@@ -33,4 +32,4 @@ public interface ICodeModule : ISafeComWrapper, IEquatable<ICodeModule>
3332
string GetProcOfLine(int line);
3433
ProcKind GetProcKindOfLine(int line);
3534
}
36-
}
35+
}

0 commit comments

Comments
 (0)