Skip to content

Commit a749ca7

Browse files
committed
Updated comment
1 parent ee28a4a commit a749ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Tools/UnitInputFormatter/IntegerInputFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
/// `UnitInputFormatter` implementation for integer number input (positive, zero, negative)
3+
/// `UnitInputFormatter` implementation for integer number input (positive, negative, or zero)
44
///
55
struct IntegerInputFormatter: UnitInputFormatter {
66
private let numberFormatter: NumberFormatter = {

0 commit comments

Comments
 (0)