Skip to content

Commit b0f98f1

Browse files
davidseibelTravisEz13
authored andcommitted
Update comment to reflect new behavior
1 parent 7844587 commit b0f98f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.PowerShell.Commands.Utility/commands/utility/Compare-Object.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ private void Emit(OrderByPropertyEntry entry, string sideIndicator)
372372
#region Overrides
373373

374374
/// <summary>
375-
/// If the parameter 'ExcludeDifferent' is present, then we need to turn on the
376-
/// 'IncludeEqual' switch unless it's turned off by the user specifically.
375+
/// If the parameter 'ExcludeDifferent' is present, then the 'IncludeEqual'
376+
/// switch is turned on unless it's turned off by the user specifically.
377377
/// </summary>
378378
protected override void BeginProcessing()
379379
{

0 commit comments

Comments
 (0)