Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public override string ToString()
}

/// <summary>
/// Resolve the names matched by this the expression.
/// Resolve the names matched by the expression.
/// </summary>
/// <param name="target">The object to apply the expression against.</param>
public List<PSPropertyExpression> ResolveNames(PSObject target)
Expand All @@ -133,7 +133,7 @@ public bool HasWildCardCharacters
}

/// <summary>
/// Resolve the names matched by this the expression.
/// Resolve the names matched by the expression.
/// </summary>
/// <param name="target">The object to apply the expression against.</param>
/// <param name="expand">If the matched properties are property sets, expand them.</param>
Expand Down