Skip to content

Commit f3345d9

Browse files
authored
Fixed typo error for better readability (TheAlgorithms#4835)
1 parent 8002137 commit f3345d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/misc/ColorContrastRatio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.awt.Color;
44

55
/**
6-
* @brief A Java implementation of the offcial W3 documented procedure to
6+
* @brief A Java implementation of the official W3 documented procedure to
77
* calculate contrast ratio between colors on the web. This is used to calculate
88
* the readability of a foreground color on top of a background color.
99
* @since 2020-10-15

0 commit comments

Comments
 (0)