Skip to content

Commit 08a5cf6

Browse files
committed
Fixed typo
1 parent 2da67bb commit 08a5cf6

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
@@ -4,7 +4,7 @@ import Foundation
44
///
55
struct IntegerInputFormatter: UnitInputFormatter {
66

7-
/// The default value used by format() when the text is empty or the number formatter return a nil value
7+
/// The default value used by format() when the text is empty or the number formatter returns a nil value
88
///
99
let defaultValue: String
1010

0 commit comments

Comments
 (0)