Fixed typo error for better readability (#4835)

This commit is contained in:
ironspec07 2023-10-20 00:32:27 +05:30 committed by GitHub
parent 8002137b76
commit f3345d9e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ package com.thealgorithms.misc;
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
* the readability of a foreground color on top of a background color.
* @since 2020-10-15