diff --git a/src/ImageSharp/Common/CommonConstants.cs b/src/ImageSharp/Common/Constants.cs similarity index 78% rename from src/ImageSharp/Common/CommonConstants.cs rename to src/ImageSharp/Common/Constants.cs index 4bae66deb..308811a42 100644 --- a/src/ImageSharp/Common/CommonConstants.cs +++ b/src/ImageSharp/Common/Constants.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // @@ -8,7 +8,7 @@ namespace ImageSharp.Common /// /// Common constants used throughout the project /// - public static class CommonConstants + public static class Constants { /// /// The epsilon for comparing floating point numbers.