Browse Source

correct doc comment

af/merge-core
Anton Firszov 8 years ago
parent
commit
c41fb82782
  1. 2
      tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs

2
tests/ImageSharp.Tests/TestUtilities/TestEnvironment.cs

@ -33,7 +33,7 @@ namespace SixLabors.ImageSharp.Tests
private static readonly Lazy<string> NetCoreVersionLazy = new Lazy<string>(GetNetCoreVersion); private static readonly Lazy<string> NetCoreVersionLazy = new Lazy<string>(GetNetCoreVersion);
/// <summary> /// <summary>
/// Gets the .NET Core version, if running on .NET Core, otherwise returns null. /// Gets the .NET Core version, if running on .NET Core, otherwise returns an empty string.
/// </summary> /// </summary>
internal static string NetCoreVersion => NetCoreVersionLazy.Value; internal static string NetCoreVersion => NetCoreVersionLazy.Value;

Loading…
Cancel
Save