Browse Source

Renaming to Constants

af/merge-core
Olivia 9 years ago
parent
commit
e2eb4901bb
  1. 4
      src/ImageSharp/Common/Constants.cs

4
src/ImageSharp/Common/CommonConstants.cs → src/ImageSharp/Common/Constants.cs

@ -1,4 +1,4 @@
// <copyright file="CommonConstants.cs" company="James Jackson-South">
// <copyright file="Constants.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
@ -8,7 +8,7 @@ namespace ImageSharp.Common
/// <summary>
/// Common constants used throughout the project
/// </summary>
public static class CommonConstants
public static class Constants
{
/// <summary>
/// The epsilon for comparing floating point numbers.
Loading…
Cancel
Save