diff -r 61669abf277f -r e8eecee6aadf src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt --- a/src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt Sat Jan 23 14:47:59 2021 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt Fri Apr 02 11:59:14 2021 +0200 @@ -27,7 +27,7 @@ /** - * Represents a web color in hexadezimal representation. + * Represents a web color in hexadecimal representation. * @param arg the 6 digits hex string optionally preceded by a hash symbol */ class WebColor(arg: String) {