Fixed typo error for better readability (#4835)
This commit is contained in:
parent
8002137b76
commit
f3345d9e06
@ -3,7 +3,7 @@ package com.thealgorithms.misc;
|
|||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief A Java implementation of the offcial W3 documented procedure to
|
* @brief A Java implementation of the official W3 documented procedure to
|
||||||
* calculate contrast ratio between colors on the web. This is used to calculate
|
* calculate contrast ratio between colors on the web. This is used to calculate
|
||||||
* the readability of a foreground color on top of a background color.
|
* the readability of a foreground color on top of a background color.
|
||||||
* @since 2020-10-15
|
* @since 2020-10-15
|
||||||
|
Loading…
Reference in New Issue
Block a user