Skip to content

Commit e9b6635

Browse files
authored
docs: specified docs
1 parent a244439 commit e9b6635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## hex-under
44

5-
This ESLint plugin proves, if you use hexadecimal numbers in your variable declaration code, that its value is less than a specified value (default: 255). If you use a hexadecimal number greater or equal this specified value, it will be transformed to its decimal value.
5+
This ESLint plugin proves, if you use hexadecimal numbers in your variable declaration code, that its value is less than or equal a specified value (default: 255). If you use a hexadecimal number greater than this specified value, it will be transformed to its decimal value.
66

77
### Example
88

0 commit comments

Comments
 (0)