Skip to content

Commit a697310

Browse files
committed
- Add .vs directory to git ignore
- Remove unnecessary extra word in extension comment
1 parent 3a429ea commit a697310

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.vs/
12
bin/
23
obj/
34
module/

src/PowerShellEditorServices/Utility/Extensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Microsoft.PowerShell.EditorServices.Utility
99
internal static class ObjectExtensions
1010
{
1111
/// <summary>
12-
/// Extension to evaluate an object's ToString() method in an exception safe way. This will
13-
/// extension method will not throw.
12+
/// Extension to evaluate an object's ToString() method in an exception safe way. This extension
13+
/// method will not throw.
1414
/// </summary>
1515
/// <param name="obj">The object on which to call ToString()</param>
1616
/// <returns>The ToString() return value or a suitable error message is that throws.</returns>

0 commit comments

Comments
 (0)