Browse Source

correct doc comment

pull/604/head
Anton Firszov 8 years ago
parent
commit
7702721f7f
  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);
/// <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>
internal static string NetCoreVersion => NetCoreVersionLazy.Value;

Loading…
Cancel
Save