File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/PowerShellEditorServices/Utility Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ .vs /
1
2
bin /
2
3
obj /
3
4
module /
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace Microsoft.PowerShell.EditorServices.Utility
9
9
internal static class ObjectExtensions
10
10
{
11
11
/// <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.
14
14
/// </summary>
15
15
/// <param name="obj">The object on which to call ToString()</param>
16
16
/// <returns>The ToString() return value or a suitable error message is that throws.</returns>
You can’t perform that action at this time.
0 commit comments