Merge pull request #9360 from SimonCropp/patch-1

Update Sha256Hasher.cs
This commit is contained in:
Livar 2018-06-05 22:46:18 -07:00 committed by GitHub
commit 0e346aa5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Cli.Telemetry
internal static class Sha256Hasher
{
/// <summary>
/// // The hashed mac address needs to be the same hashed value as produced by the other distinct sources given the same input. (e.g. VsCode)
/// The hashed mac address needs to be the same hashed value as produced by the other distinct sources given the same input. (e.g. VsCode)
/// </summary>
public static string Hash(string text)
{