Skip to content

Commit 517be44

Browse files
committed
test commit
1 parent 411583c commit 517be44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/main/src/StepInput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class StepInput extends UI5Element implements IFormInputElement {
513513
}
514514

515515
get _isValueWithCorrectPrecision() {
516-
// checks if the value will be displayed with correct precision
516+
// check if the value will be displayed with correct precision
517517
// _displayValue has special formatting logic
518518
if ((this.value === 0) || (Number.isInteger(this.value))) {
519519
// integers and zero will be formatted with toFixed, so they're always valid

0 commit comments

Comments
 (0)