Typo in Format-Hex (#3539)

This commit is contained in:
Ilya 2017-04-12 21:43:18 +04:00 committed by Dongbo Wang
parent 3516872144
commit f0c0176aa2

View file

@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands
{
/// <summary>
/// Displays the hexidecimal equivalent of the input data.
/// <summary>
/// </summary>
[Cmdlet(VerbsCommon.Format, "Hex", SupportsShouldProcess = true, HelpUri ="https://go.microsoft.com/fwlink/?LinkId=526919")]
[Alias ("fhx")]
[OutputType(typeof(Microsoft.PowerShell.Commands.ByteCollection))]