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
2 changes: 1 addition & 1 deletion src/System.Management.Automation/engine/CoreAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4365,7 +4365,7 @@ private static object InvokeResolvedConstructor(MethodInformation bestMethod, ob

/// <summary>
/// This is a flavor of MethodInvokeDotNet to deal with a peculiarity of property setters:
/// Tthe setValue is always the last parameter. This enables a parameter after a varargs or optional
/// The setValue is always the last parameter. This enables a parameter after a varargs or optional
/// parameters and GetBestMethodAndArguments is not prepared for that.
/// This method disregards the last parameter in its call to GetBestMethodAndArguments used in this case
/// more for its "Arguments" side than for its "BestMethod" side, since there is only one method.
Expand Down