mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
typo fix
This commit is contained in:
@ -174,7 +174,7 @@ export class Color implements definition.Color {
|
||||
}
|
||||
|
||||
/**
|
||||
* return true if brightenss < 128
|
||||
* return true if brightness < 128
|
||||
*
|
||||
*/
|
||||
public isDark() {
|
||||
@ -182,7 +182,7 @@ export class Color implements definition.Color {
|
||||
}
|
||||
|
||||
/**
|
||||
* return true if brightenss >= 128
|
||||
* return true if brightness >= 128
|
||||
*
|
||||
*/
|
||||
public isLight() {
|
||||
|
Reference in New Issue
Block a user