mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 03:59:38 +08:00
Fixed typo error for better readability (#4835)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user