We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8002137 commit f3345d9Copy full SHA for f3345d9
src/main/java/com/thealgorithms/misc/ColorContrastRatio.java
@@ -3,7 +3,7 @@
3
import java.awt.Color;
4
5
/**
6
- * @brief A Java implementation of the offcial W3 documented procedure to
+ * @brief A Java implementation of the official W3 documented procedure to
7
* calculate contrast ratio between colors on the web. This is used to calculate
8
* the readability of a foreground color on top of a background color.
9
* @since 2020-10-15
0 commit comments