src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt

changeset 184
e8eecee6aadf
parent 180
009700915269
child 209
c9c6abf167c7
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt	Sat Jan 23 14:47:59 2021 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/types/WebColor.kt	Fri Apr 02 11:59:14 2021 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4  
     1.5  
     1.6  /**
     1.7 - * Represents a web color in hexadezimal representation.
     1.8 + * Represents a web color in hexadecimal representation.
     1.9   * @param arg the 6 digits hex string optionally preceded by a hash symbol
    1.10   */
    1.11  class WebColor(arg: String) {

mercurial