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 /
12bin /
23obj /
34module /
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments